@font-face {
  font-family: Aptos;
  src: url('../fonts/Aptos-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Aptos;
  src: url('../fonts/Aptos-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Winnersans;
  src: url('../fonts/WinnerSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Winnersans;
  src: url('../fonts/WinnerSans-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Winnersans;
  src: url('../fonts/WinnerSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--font-color: #cdc6c6;
  --txt--md-default: var(--txt--sm);
  --txt--md: 1rem;
  --txt--md-mobile: var(--txt--sm);
  --spacing--1-5: 1.5rem;
  --color--heading-color: #f52935;
  --dsp--2xl-default: 4.5rem;
  --dsp--line-height: 1.2em;
  --dsp--2xl: 5.5rem;
  --spacing--1: 1rem;
  --dsp--2xl-mobile: var(--dsp--lg);
  --dsp--xl-default: 3rem;
  --dsp--xl: 3.5rem;
  --dsp--xl-mobile: var(--dsp--md);
  --dsp--lg-default: var(--dsp--md);
  --dsp--lg: 2.25rem;
  --dsp--lg-mobile: var(--dsp--sm);
  --dsp--md-default: var(--dsp--sm);
  --dsp--md: 2rem;
  --dsp--md-mobile: var(--dsp--xs);
  --dsp--sm-default: var(--dsp--xs);
  --dsp--sm: 1.5rem;
  --dsp--sm-mobile: var(--dsp--xs);
  --dsp--xs-default: var(--txt--xl);
  --dsp--xs: 1.2rem;
  --dsp--xs-mobile: 15px;
  --spacing--2: 2rem;
  --txt--xl-default: var(--txt--lg);
  --txt--xl: 1.5rem;
  --txt--xl-mobile: var(--txt--md);
  --spacing--7-5: 7.5rem;
  --spacing--3: 3rem;
  --spacing--8: 8rem;
  --spacing--6-5: 6.5rem;
  --spacing--4-5: 4.5rem;
  --spacing--6: 6rem;
  --spacing--8-75: 8.75rem;
  --spacing--2-5: 2.5rem;
  --spacing--1-25: 1.25rem;
  --spacing--4: 4rem;
  --spacing--10-5: 10.5rem;
  --spacing--5: 5rem;
  --spacing--3-5: 3.5rem;
  --spacing--0: 0rem;
  --wrapper-col--gap-default: 2rem;
  --spacing--0-25: .25rem;
  --spacing--0-5: .5rem;
  --spacing--0-75: .75rem;
  --spacing--10: 10rem;
  --spacing--12: 12rem;
  --spacing--14: 14rem;
  --wrapper-col--negative-gap-div-par-2: -1rem;
  --wrapper-col--0rem: 0rem;
  --wrapper-col--gap-div-par-2: 1rem;
  --color--white: white;
  --color--heading-secondary-color: white;
  --color--2nd-black: #060000;
  --color--primary-color: #cdc6c6;
  --color--font-secondary-color: white;
  --txt--lg-default: var(--txt--md);
  --txt--lg: 1.5rem;
  --txt--lg-mobile: var(--txt--sm);
  --color--grey: #605e5e;
  --txt--sm-default: var(--txt--xs);
  --txt--sm: .875rem;
  --txt--sm-mobile: var(--txt--xs);
  --txt--xs-default: var(--txt--xs);
  --txt--xs: .75rem;
  --txt--xs-mobile: var(--txt--xs);
  --color--secondary-color: #2000b1;
  --color--white-creme: #f3f2f2;
  --color--black: black;
  --color--transparent: #fff0;
  --color--border-color: #eee;
  --dsp--dsp-xxs: 1rem;
  --dsp--dsp-xxs-mobile: .9375rem;
  --dsp--2xl-bis: 4rem;
  --z-index: 0px;
  --color--default-grey: silver;
  --spacing--5-5: 5.5rem;
  --txt--line-height: 2rem;
  --wrapper-col--negative-gap: -2rem;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--color--font-color);
  font-family: Aptos, sans-serif;
  font-size: var(--txt--md-default);
  background-color: #060000;
  font-weight: 300;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: var(--spacing--1-5);
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--2xl-default);
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

h2 {
  margin-top: 0;
  margin-bottom: var(--spacing--1-5);
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--xl-default);
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

h3 {
  margin-top: 0;
  margin-bottom: var(--spacing--1-5);
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--lg-default);
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

h4 {
  margin-top: 0;
  margin-bottom: var(--spacing--1-5);
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--md-default);
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

h5 {
  margin-top: 0;
  margin-bottom: var(--spacing--1-5);
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--sm-default);
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

h6 {
  margin-top: 0;
  margin-bottom: var(--spacing--1-5);
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--xs-default);
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

ul {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

li {
  background-image: url('../images/tick.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: auto 18px;
  padding-left: 1.75rem;
}

img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: 0;
  font-weight: 700;
  display: block;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-top: var(--spacing--2);
  margin-bottom: var(--spacing--2);
  padding: var(--spacing--2);
  font-size: var(--txt--xl-default);
  background-color: #f5f5f5;
  border: 1px #000;
  line-height: 1.6;
}

.container {
  flex: 1;
  max-width: 940px;
}

.container.z-index {
  z-index: 2;
  position: relative;
}

.container.relative {
  position: relative;
}

.container.center {
  text-align: center;
}

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

.container.super-z-index {
  z-index: 10;
  position: relative;
}

.container-small {
  flex: 1;
  max-width: 720px;
}

.container-small.z-index {
  z-index: 2;
  position: relative;
}

.container-small.relative {
  position: relative;
}

.container-small.center {
  text-align: center;
}

.container-medium {
  flex: 1;
  max-width: 960px;
}

.container-medium.z-index {
  z-index: 2;
  position: relative;
}

.container-medium.relative {
  position: relative;
}

.container-medium.center {
  text-align: center;
}

.container-medium.mt-5 {
  margin-top: 5rem;
}

.container-medium.special-missile {
  z-index: 5;
  align-items: center;
  height: 100%;
  position: relative;
}

.container-large {
  flex: 1;
  max-width: 960px;
}

.container-large.z-index {
  z-index: 2;
  position: relative;
}

.container-large.relative {
  position: relative;
}

.container-large.center {
  text-align: center;
}

.section {
  padding-top: var(--spacing--7-5);
  padding-bottom: var(--spacing--7-5);
}

.section.hero {
  padding-top: 5.4rem;
  padding-bottom: 0;
}

.section.hero.inner {
  padding-bottom: var(--spacing--7-5);
}

.section.no-pt {
  padding-top: 0;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.relative {
  position: relative;
}

.section.relative.overflow-hidden {
  overflow: hidden;
}

.section.relative.overflow-hidden.extra-mb {
  padding-bottom: 13rem;
}

.section.relative.pb-6-5 {
  padding-bottom: var(--spacing--6-5);
  display: block;
}

.section.relative.pt-4-5 {
  padding-top: var(--spacing--4-5);
}

.section.relative.pt-4-5.pb-6 {
  padding-bottom: var(--spacing--6);
}

.section.relative.pt-4-5.pb-6.bg-333333 {
  background-color: #333;
}

.section.relative.pt-5.pb-11 {
  padding-bottom: 11rem;
}

.section.no-pb {
  padding-bottom: 0;
}

.section.no-pb.pt-6-5 {
  padding-top: var(--spacing--6-5);
}

.section.no-pb.relative.pt-8-75 {
  padding-top: var(--spacing--8-75);
}

.section.pt-6-5 {
  padding-top: var(--spacing--6-5);
}

.section.pt-10-5 {
  padding-top: var(--spacing--10-5);
}

.section.pt-10-5.relative.bg-guerre-matiere {
  background-image: url('../images/bg-guerre-matiere.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.pt-10-5.relative.bg-guerre-matiere.pb-3-5 {
  padding-bottom: var(--spacing--3-5);
}

.section.pt-10-5.relative.bg-mens-sana {
  background-image: url('../images/illu-mens-sama.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.pt-10-5.relative.bg-mens-sana.pb-3-5 {
  padding-bottom: var(--spacing--3-5);
}

.section.pt-10-5.relative.bg-souverainete {
  background-image: url('../images/bg-souverainete.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.section.pt-10-5.relative.bg-souverainete.pb-3-5 {
  padding-bottom: var(--spacing--3-5);
}

.section.overflow-hidden {
  overflow: hidden;
}

.section._404 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.bg-disc-secrete {
  padding: var(--spacing--5) var(--spacing--7-5);
  background-image: url('../images/bg-disc-secr.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 35rem;
  position: relative;
  overflow: hidden;
}

.section.bateau-pirate {
  height: 120rem;
  position: relative;
  overflow: visible;
}

.section.in-water {
  padding-top: var(--spacing--0);
  padding-bottom: var(--spacing--0);
  height: 56rem;
  display: none;
  position: relative;
  overflow: visible;
}

.section.padding-5 {
  padding-top: var(--spacing--5);
  padding-bottom: var(--spacing--5);
}

.section.bg-picture-event {
  padding-top: var(--spacing--6);
  padding-bottom: var(--spacing--6);
  background-image: url('../images/multi-image-line_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 115% 100%;
  position: relative;
}

.section.no-p {
  padding-top: var(--spacing--0);
  padding-bottom: var(--spacing--0);
}

.section.no-p.grey {
  background-color: #333;
}

.section.no-p.grey.p-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section.no-p.border-tb-red {
  border-top: 1px solid var(--color--heading-color);
  border-bottom: 1px solid var(--color--heading-color);
}

.section.pt-5-3 {
  padding-top: 5.3rem;
}

.section.baseline {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.section.menaces {
  background-image: url('../images/Frame290254.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.section.fixed-menaces {
  background-image: url('../images/mook-radar.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 355px;
  position: relative;
}

.section.p-5 {
  padding-top: var(--spacing--5);
  padding-bottom: var(--spacing--5);
}

.section.p-5.bg-linear-rhino {
  background-image: url('../images/bg-linear-rhino.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.p-5.relative.pb-9-5 {
  padding-bottom: 9.5rem;
}

.section.p-5.relative.section-missile {
  padding-top: var(--spacing--0);
  padding-bottom: var(--spacing--0);
}

.section.bg-picture-event-2 {
  padding-top: var(--spacing--6);
  padding-bottom: var(--spacing--6);
  background-image: url('../images/event-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 115% 100%;
  position: relative;
}

.section.bg-retour-sur-image {
  padding-bottom: var(--spacing--0);
  background-image: url('../images/bg-retour-sur-image.avif');
  background-position: 0 0;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.section.p-3-5 {
  padding-top: var(--spacing--3-5);
  padding-bottom: var(--spacing--3-5);
}

.section.p-3-5.menaces-2035 {
  background-image: url('../images/Mook.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: clip;
}

.section.p-4 {
  padding-top: var(--spacing--4);
  padding-bottom: var(--spacing--4);
}

.section.p-4.bg-linear-black {
  background-image: linear-gradient(#333, #171717);
}

.section.pt-5 {
  padding-top: var(--spacing--5);
}

.infos-styleguide-title {
  margin-bottom: var(--spacing--1);
  text-align: left;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.infos-styleguide-content {
  margin-bottom: var(--spacing--3);
  text-align: left;
  width: 100%;
}

.wrapper-col {
  grid-column-gap: var(--wrapper-col--gap-default);
  grid-row-gap: var(--wrapper-col--gap-default);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 20px;
  display: flex;
}

.wrapper-col.center-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.wrapper-col.center-vertical.gap-1-5 {
  grid-column-gap: var(--spacing--1-5);
  grid-row-gap: var(--spacing--1-5);
}

.wrapper-col.center-vertical.no-gap._100h {
  height: 100%;
}

.wrapper-col.center-vertical.relative {
  position: relative;
}

.wrapper-col.center-vertical._100h {
  height: 100%;
}

.wrapper-col.center-vertical.text-center {
  text-align: center;
}

.wrapper-col.center-vertical.mt-5.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.wrapper-col.center-vertical.gap-0-75 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.wrapper-col.center-vertical.gap-0-75.mb-21 {
  margin-bottom: 21rem;
}

.wrapper-col.center-vertical.missile-5 {
  justify-content: center;
  height: 90vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrapper-col.default {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  align-items: stretch;
}

.wrapper-col.default.align-right {
  align-items: flex-end;
}

.wrapper-col.center {
  text-align: center;
}

.wrapper-col.mt-0-25 {
  margin-top: var(--spacing--0-25);
}

.wrapper-col.mt-0-5 {
  margin-top: var(--spacing--0-5);
}

.wrapper-col.mt-0-75 {
  margin-top: var(--spacing--0-75);
}

.wrapper-col.mt-1 {
  margin-top: var(--spacing--1);
}

.wrapper-col.mt-1-25 {
  margin-top: var(--spacing--1-25);
}

.wrapper-col.mt-1-5 {
  margin-top: var(--spacing--1-5);
}

.wrapper-col.mt-2 {
  margin-top: var(--spacing--2);
}

.wrapper-col.mt-2-5 {
  margin-top: var(--spacing--2-5);
}

.wrapper-col.mt-3 {
  margin-top: var(--spacing--3);
}

.wrapper-col.mt-3-5 {
  margin-top: var(--spacing--3-5);
}

.wrapper-col.mt-4 {
  margin-top: var(--spacing--4);
}

.wrapper-col.mt-4-5 {
  margin-top: var(--spacing--4-5);
}

.wrapper-col.mt-5 {
  margin-top: var(--spacing--5);
}

.wrapper-col.mt-6 {
  margin-top: var(--spacing--6);
}

.wrapper-col.mt-8 {
  margin-top: var(--spacing--8);
}

.wrapper-col.mt-10 {
  margin-top: var(--spacing--10);
}

.wrapper-col.mt-12 {
  margin-top: var(--spacing--12);
}

.wrapper-col.mt-14 {
  margin-top: var(--spacing--14);
}

.wrapper-col.mb-0-25 {
  margin-bottom: var(--spacing--0-25);
}

.wrapper-col.mb-0-5 {
  margin-bottom: var(--spacing--0-5);
}

.wrapper-col.mb-0-75 {
  margin-bottom: var(--spacing--0-75);
}

.wrapper-col.mb-1 {
  margin-bottom: var(--spacing--1);
}

.wrapper-col.mb-1-25 {
  margin-bottom: var(--spacing--1-25);
}

.wrapper-col.mb-1-5 {
  margin-bottom: var(--spacing--1-5);
}

.wrapper-col.mb-2 {
  margin-bottom: var(--spacing--2);
}

.wrapper-col.mb-2-5 {
  margin-bottom: var(--spacing--2-5);
}

.wrapper-col.mb-3 {
  margin-bottom: var(--spacing--3);
}

.wrapper-col.mb-3-5 {
  margin-bottom: var(--spacing--3-5);
}

.wrapper-col.mb-4 {
  margin-bottom: var(--spacing--4);
}

.wrapper-col.mb-4-5 {
  margin-bottom: var(--spacing--4-5);
}

.wrapper-col.mb-5 {
  margin-bottom: var(--spacing--5);
}

.wrapper-col.mb-6 {
  margin-bottom: var(--spacing--6);
}

.wrapper-col.mb-8 {
  margin-bottom: var(--spacing--8);
}

.wrapper-col.mb-10 {
  margin-bottom: var(--spacing--10);
}

.wrapper-col.mb-12 {
  margin-bottom: var(--spacing--12);
}

.wrapper-col.mb-14 {
  margin-bottom: var(--spacing--14);
}

.wrapper-col.no-gap {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.wrapper-col.center-horizontal {
  justify-content: space-between;
  align-items: center;
}

.wrapper-col.center-horizontal.relative {
  position: relative;
}

.wrapper-col.center-horizontal.relative.align-left-all-breakpoint {
  justify-content: flex-start;
}

.wrapper-col.center-horizontal.align-center {
  justify-content: center;
}

.wrapper-col.center-horizontal.align-right {
  justify-content: flex-end;
}

.wrapper-col.mt-7-5 {
  margin-top: var(--spacing--7-5);
}

.wrapper-col.align-left {
  justify-content: flex-start;
}

.wrapper-col.mt-6-5 {
  margin-top: var(--spacing--6-5);
}

.wrapper-col.form-group {
  padding-bottom: 6.5rem;
}

.wrapper-col.relative.align-left.align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.wrapper-col.align-top {
  align-items: flex-start;
}

.wrapper-col.align-top.gap-0-25 {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
}

.wrapper-col.align-top.gap-0-25.clip-sticky {
  height: 525px;
  overflow: clip;
}

.wrapper-col.align-bottom {
  align-items: flex-end;
}

.wrapper-col.align-right {
  justify-content: flex-end;
}

.wrapper-col.gap-1-5 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.wrapper-col.marge-negative-video {
  margin-bottom: -1rem;
}

.wrapper-col.missile-2, .wrapper-col.missile-3, .wrapper-col.missile-4 {
  align-items: center;
  height: 90vh;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrapper-col.missile-1 {
  justify-content: space-between;
  align-items: center;
  height: 90vh;
}

.col {
  flex: 1;
  min-height: 20px;
}

.col.dont-shrink {
  flex: none;
}

.col.center {
  text-align: center;
}

.col.fixed-missile {
  position: sticky;
  top: 4rem;
}

.col-2 {
  width: 14.5%;
  min-height: 20px;
}

.col-3 {
  flex: 0 auto;
  width: 23.5%;
  min-height: 20px;
}

.col-4 {
  width: 32%;
  min-height: 20px;
}

.col-4.text-align-rigt {
  text-align: right;
}

.col-5 {
  width: 40.5%;
  min-height: 20px;
}

.col-6 {
  width: 49%;
  min-height: 20px;
}

.col-6.relative {
  position: relative;
}

.col-6._50 {
  width: 50%;
  padding-top: .65rem;
  padding-right: .65rem;
}

.col-6._50.relative {
  padding: .55rem;
  overflow: clip;
}

.col-6.special-scenario {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.col-6.special-scenario.mt-6-5 {
  margin-top: 6.5rem;
}

.col-6.hide-desktop {
  display: none;
}

.col-7 {
  width: 57.5%;
  min-height: 20px;
}

.col-8 {
  width: 66%;
  min-height: 20px;
}

.col-8.grow-if-mobile.max-h-100h {
  max-height: 100%;
}

.col-8.grow-if-mobile.max-h-100h.overflow-hidden {
  border-radius: .5rem;
  overflow: hidden;
}

.col-9 {
  width: 74.5%;
  min-height: 20px;
}

.col-10 {
  width: 80%;
  min-height: 20px;
}

.wrapper-col-wrap {
  margin-right: var(--wrapper-col--negative-gap-div-par-2);
  margin-left: var(--wrapper-col--negative-gap-div-par-2);
  grid-row-gap: var(--wrapper-col--gap-default);
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 20px;
  display: flex;
}

.wrapper-col-wrap.mt-0-25 {
  margin-top: var(--spacing--0-25);
}

.wrapper-col-wrap.mt-0-5 {
  margin-top: var(--spacing--0-5);
}

.wrapper-col-wrap.mt-0-75 {
  margin-top: var(--spacing--0-75);
}

.wrapper-col-wrap.mt-1 {
  margin-top: var(--spacing--1);
}

.wrapper-col-wrap.mt-1-25 {
  margin-top: var(--spacing--1-25);
}

.wrapper-col-wrap.mt-1-5 {
  margin-top: var(--spacing--1-5);
}

.wrapper-col-wrap.mt-2 {
  margin-top: var(--spacing--2);
}

.wrapper-col-wrap.mt-2-5 {
  margin-top: var(--spacing--2-5);
}

.wrapper-col-wrap.mt-3 {
  margin-top: var(--spacing--3);
}

.wrapper-col-wrap.mt-3-5 {
  margin-top: var(--spacing--3-5);
}

.wrapper-col-wrap.mt-4 {
  margin-top: var(--spacing--4);
}

.wrapper-col-wrap.mt-4-5 {
  margin-top: var(--spacing--4-5);
}

.wrapper-col-wrap.mt-5 {
  margin-top: var(--spacing--5);
}

.wrapper-col-wrap.mt-6 {
  margin-top: var(--spacing--6);
}

.wrapper-col-wrap.mt-8 {
  margin-top: var(--spacing--8);
}

.wrapper-col-wrap.mt-10 {
  margin-top: var(--spacing--10);
}

.wrapper-col-wrap.mt-12 {
  margin-top: var(--spacing--12);
}

.wrapper-col-wrap.mt-14 {
  margin-top: var(--spacing--14);
}

.wrapper-col-wrap.mb-0-25 {
  margin-bottom: var(--spacing--0-25);
}

.wrapper-col-wrap.mb-0-5 {
  margin-bottom: var(--spacing--0-5);
}

.wrapper-col-wrap.mb-0-75 {
  margin-bottom: var(--spacing--0-75);
}

.wrapper-col-wrap.mb-1 {
  margin-bottom: var(--spacing--1);
}

.wrapper-col-wrap.mb-1-25 {
  margin-bottom: var(--spacing--1-25);
}

.wrapper-col-wrap.mb-1-5 {
  margin-bottom: var(--spacing--1-5);
}

.wrapper-col-wrap.mb-2 {
  margin-bottom: var(--spacing--2);
}

.wrapper-col-wrap.mb-2-5 {
  margin-bottom: var(--spacing--2-5);
}

.wrapper-col-wrap.mb-4 {
  margin-bottom: var(--spacing--4);
}

.wrapper-col-wrap.mb-3 {
  margin-bottom: var(--spacing--3);
}

.wrapper-col-wrap.mb-3-5 {
  margin-bottom: var(--spacing--3-5);
}

.wrapper-col-wrap.mb-4-5 {
  margin-bottom: var(--spacing--4-5);
}

.wrapper-col-wrap.mb-5 {
  margin-bottom: var(--spacing--5);
}

.wrapper-col-wrap.mb-6 {
  margin-bottom: var(--spacing--6);
}

.wrapper-col-wrap.mb-8 {
  margin-bottom: var(--spacing--8);
}

.wrapper-col-wrap.mb-10 {
  margin-bottom: var(--spacing--10);
}

.wrapper-col-wrap.mb-12 {
  margin-bottom: var(--spacing--12);
}

.wrapper-col-wrap.mb-14 {
  margin-bottom: var(--spacing--14);
}

.col-4-wrap {
  padding-right: var(--wrapper-col--gap-div-par-2);
  padding-left: var(--wrapper-col--gap-div-par-2);
  flex: 33.3333%;
  max-width: 33.3333%;
  min-height: 20px;
}

.col-4-wrap.responsive {
  max-width: 100%;
}

.col-3-wrap {
  padding-right: var(--wrapper-col--gap-div-par-2);
  padding-left: var(--wrapper-col--gap-div-par-2);
  flex: 25%;
  max-width: 25%;
  min-height: 20px;
}

.col-3-wrap.responsive {
  max-width: 100%;
}

.col-3-wrap.space-1-5 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.dsp-2xl {
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--2xl-default);
  line-height: var(--dsp--line-height);
  margin-bottom: 0;
  font-weight: 700;
}

.dsp-2xl.secondary {
  color: var(--color--white);
}

.dsp-2xl.no-mb {
  margin-bottom: 0;
}

.dsp-2xl.mb-1 {
  margin-bottom: 1rem;
}

.dsp-xl {
  margin-bottom: var(--spacing--0);
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--xl-default);
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

.dsp-xl.secondary {
  color: var(--color--heading-secondary-color);
}

.dsp-xl.no-mb {
  margin-bottom: var(--spacing--0);
}

.dsp-xl.no-mb.fc-red-second {
  color: #f52935;
}

.dsp-lg {
  margin-bottom: var(--spacing--0);
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--lg-default);
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

.dsp-lg.secondary {
  color: var(--color--heading-secondary-color);
}

.dsp-lg.secondary.mb-2 {
  margin-bottom: var(--spacing--2);
}

.dsp-lg.secondary.no-mb {
  margin-bottom: var(--spacing--0);
}

.dsp-lg.secondary.mb-0-5 {
  margin-bottom: var(--spacing--0-5);
}

.dsp-lg.secondary.mb-1-5 {
  margin-bottom: var(--spacing--1-5);
}

.dsp-lg.secondary.regular {
  font-weight: 400;
}

.dsp-lg.mb-1-5 {
  margin-bottom: var(--spacing--1-5);
}

.dsp-md {
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--md-default);
  line-height: var(--dsp--line-height);
  margin-bottom: 0;
  font-weight: 700;
}

.dsp-md.secondary {
  color: var(--color--heading-secondary-color);
}

.dsp-md.fc-black {
  color: var(--color--2nd-black);
}

.dsp-md.regular {
  font-weight: 400;
}

.dsp-md.regular.mb-1 {
  margin-bottom: var(--spacing--1);
}

.dsp-sm {
  margin-bottom: var(--spacing--0);
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--sm-default);
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

.dsp-sm.secondary {
  color: var(--color--heading-secondary-color);
}

.dsp-sm.secondary.mb-0-5 {
  margin-bottom: var(--spacing--0-5);
}

.dsp-sm.secondary.mb-2 {
  margin-bottom: var(--spacing--2);
}

.dsp-sm.secondary.mb-1-5 {
  margin-bottom: var(--spacing--1-5);
}

.dsp-sm.secondary.mb-0-75 {
  margin-bottom: var(--spacing--0-75);
}

.dsp-sm.secondary.mb-1 {
  margin-bottom: var(--spacing--1);
}

.dsp-sm.no-mb {
  margin-bottom: var(--spacing--0);
}

.dsp-sm.no-mb.fw-400.fc-primary {
  color: var(--color--primary-color);
}

.dsp-sm.fc-black2 {
  color: var(--color--2nd-black);
}

.dsp-sm.fc-black2.mb-2 {
  margin-bottom: var(--spacing--2);
}

.dsp-sm.fc-black2.mb-1-5 {
  margin-bottom: var(--spacing--1-5);
}

.dsp-sm.ff-aptos {
  font-family: Aptos, sans-serif;
}

.dsp-sm.mb-0-5 {
  margin-bottom: var(--spacing--0-5);
}

.dsp-sm.regular {
  font-weight: 400;
}

.dsp-sm.regular.mb-1 {
  margin-bottom: var(--spacing--1);
}

.dsp-xs {
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--txt--md);
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

.dsp-xs.secondary {
  color: var(--color--heading-secondary-color);
}

.dsp-xs.secondary.mb-0-5, .dsp-xs.mb-0-5 {
  margin-bottom: var(--spacing--0-5);
}

.dsp-xs.mb-0-5.light {
  font-weight: 400;
}

.dsp-xs.mb-0-5.light.xxs {
  font-size: 14px;
}

.dsp-xs.regular, .dsp-xs.medium {
  font-weight: 400;
}

.text-xl {
  font-size: var(--txt--xl-default);
}

.text-xl.secondary {
  color: var(--color--font-secondary-color);
}

.text-xl.md {
  font-weight: 400;
}

.text-xl.regular {
  font-weight: 300;
}

.text-xl.bold {
  font-weight: 700;
}

.text-lg {
  color: var(--color--font-color);
  font-family: Aptos, sans-serif;
  font-size: var(--txt--lg-default);
  font-weight: 300;
}

.text-lg.secondary {
  color: var(--color--font-secondary-color);
}

.text-lg.secondary.mb-1-5 {
  margin-bottom: var(--spacing--1-5);
}

.text-lg.md {
  font-weight: 400;
}

.text-lg.regular {
  font-weight: 300;
}

.text-lg.bold {
  font-weight: 700;
}

.text-lg.fc-black {
  color: var(--color--2nd-black);
}

.text-lg.fc-black.fw-600 {
  font-weight: 600;
}

.text-lg.fc-grey.regular {
  font-weight: 400;
}

.text-md {
  font-size: var(--txt--md-default);
}

.text-md.secondary {
  color: var(--color--font-secondary-color);
}

.text-md.md {
  font-weight: 400;
}

.text-md.regular {
  font-weight: 300;
}

.text-md.bold {
  font-weight: 700;
}

.text-md.bold.mr-2 {
  margin-right: 2rem;
}

.text-md.line-height-1-2 {
  line-height: 1.2;
}

.text-md.hide-desktop {
  display: none;
}

.text-md.area-field {
  color: var(--color--grey);
  border: 1px #000;
  height: 100%;
  overflow: scroll;
}

.text-sm {
  font-size: var(--txt--sm-default);
}

.text-sm.secondary {
  color: var(--color--font-secondary-color);
}

.text-sm.md {
  font-weight: 400;
}

.text-sm.regular {
  font-weight: 300;
}

.text-sm.bold {
  font-weight: 700;
}

.text-xs {
  font-size: var(--txt--xs-default);
}

.text-xs.secondary {
  color: var(--color--font-secondary-color);
}

.text-xs.md {
  font-weight: 400;
}

.text-xs.regular {
  font-weight: 300;
}

.text-xs.bold {
  font-weight: 700;
}

.text-xs.fw-600 {
  font-weight: 600;
}

.text-xs.text-center {
  text-align: center;
}

.rich-text a {
  color: var(--color--primary-color);
  text-decoration: none;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
}

.rich-text a:hover {
  color: var(--color--secondary-color);
}

.rich-text img {
  margin-top: var(--spacing--2);
  margin-bottom: var(--spacing--2);
}

.rich-text strong {
  color: var(--color--white-creme);
  font-weight: 600;
}

.wrapper-site {
  overflow: clip;
}

.wrapper-site.relative {
  position: relative;
}

.icon-social {
  object-fit: contain;
  width: 32px;
  height: 32px;
}

.button {
  color: var(--color--black);
  font-family: Winnersans, sans-serif;
  font-size: var(--txt--sm-default);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53), color .2s cubic-bezier(.55, .085, .68, .53);
  position: relative;
  overflow: hidden;
}

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

.button.secondary:hover {
  background-color: var(--color--primary-color);
}

.button.cta-navbar {
  padding: .75rem 1.5rem;
  font-size: 13px;
}

.button.audio-back, .button.audio-next {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--color--transparent);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.center-horizontal.gap-0-5._w-mobile {
  justify-content: center;
  align-items: center;
  padding: .35rem 1rem;
}

.button.challenge-btn {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  font-size: var(--txt--xl-default);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.button.challenge-btn.fini {
  opacity: .72;
  cursor: default;
}

.button.dark {
  outline-offset: 0px;
  color: var(--color--white);
  outline: .75px solid #fff;
}

.button.with-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.wrap-button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.wrap-button.center-vertical {
  flex-direction: column;
  justify-content: center;
}

.wrap-button.mt-0-25 {
  margin-top: var(--spacing--0-25);
}

.wrap-button.mt-0-5 {
  margin-top: var(--spacing--0-5);
}

.wrap-button.mt-0-75 {
  margin-top: var(--spacing--0-75);
}

.wrap-button.mt-1 {
  margin-top: var(--spacing--1);
}

.wrap-button.mt-1.audio-enzo {
  overflow: hidden;
}

.wrap-button.mt-1-25 {
  margin-top: var(--spacing--1-25);
}

.wrap-button.mt-1-5 {
  margin-top: var(--spacing--1-5);
}

.wrap-button.mt-1-5.mb-1 {
  margin-bottom: var(--spacing--1);
}

.wrap-button.mt-2 {
  margin-top: var(--spacing--2);
}

.wrap-button.mt-2-5 {
  margin-top: var(--spacing--2-5);
}

.wrap-button.mt-3 {
  margin-top: var(--spacing--3);
}

.wrap-button.mt-3-5 {
  margin-top: var(--spacing--3-5);
}

.wrap-button.mt-4 {
  margin-top: var(--spacing--4);
}

.wrap-button.mt-4-5 {
  margin-top: var(--spacing--4-5);
}

.wrap-button.mt-5 {
  margin-top: var(--spacing--5);
}

.wrap-button.center-horizontal {
  align-items: center;
}

.wrap-button.filet-poisson {
  z-index: 10;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.wrap-button.center {
  justify-content: center;
  align-items: center;
}

.wrap-button.center.align-right, .wrap-button.align-right {
  justify-content: flex-end;
  align-items: center;
}

.button-inline {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--color--primary-color);
  align-items: center;
  line-height: 1;
  text-decoration: none;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53), color .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.button-inline:hover {
  opacity: .8;
  color: #cdc6c6e6;
}

.col-6-wrap {
  padding-right: var(--wrapper-col--gap-div-par-2);
  padding-left: var(--wrapper-col--gap-div-par-2);
  flex: 50%;
  max-width: 50%;
  min-height: 20px;
}

.col-6-wrap.responsive {
  max-width: 100%;
}

.divider {
  margin-top: var(--spacing--3);
  margin-bottom: var(--spacing--3);
  background-color: var(--color--border-color);
  width: 100%;
  height: 1px;
}

.divider.small {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.divider.gradient-white {
  background-color: #fff0;
  background-image: linear-gradient(90deg, #fff0, #fff6 50%, #fff0);
}

.divider.gradient-white.m-4 {
  margin-top: var(--spacing--4);
  margin-bottom: var(--spacing--4);
}

.divider.gradient-white.m-5 {
  margin-top: var(--spacing--5);
  margin-bottom: var(--spacing--5);
}

.divider.gradient-red {
  background-color: var(--color--transparent);
  background-image: linear-gradient(90deg, #f5293500, #f52935 50%, #f5293500);
}

.divider.gradient-red.mt-5 {
  margin-top: var(--spacing--5);
}

.divider.gradient-red.mt-5.mb-4 {
  margin-bottom: var(--spacing--4);
}

.divider.gradient-red.mt-5.mb-3-5 {
  margin-bottom: var(--spacing--3-5);
}

.divider.gradient-red.mt-5.no-mb {
  margin-bottom: var(--spacing--0);
}

.divider.gradient-red.mb-4 {
  margin-bottom: var(--spacing--4);
}

.label {
  background-color: var(--color--heading-color);
  color: var(--color--white);
  border-radius: 30px;
  padding: .5rem 1rem;
  font-size: 15px;
  line-height: 1;
}

.label.link {
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53), color .2s cubic-bezier(.55, .085, .68, .53);
}

.label.link:hover {
  background-color: var(--color--primary-color);
}

.label.absolute {
  z-index: 2;
  margin-top: 2rem;
  margin-left: 2rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.label.secondary {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #17171799;
  border: 1px solid #333;
  border-radius: 4px;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.label.grey {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--primary-color);
  background-color: #17171799;
  border: 1px solid #333;
  border-radius: 4px;
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.card {
  border: 1px solid var(--color--border-color);
  background-color: var(--color--white);
  color: var(--color--font-color);
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card.center {
  text-align: center;
  align-items: center;
}

.card.featured {
  flex-direction: row;
  align-items: center;
}

.wrap-card-parent-content {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.card-image {
  height: 180px;
}

.card-image.featured {
  width: 50%;
  height: 340px;
}

.card-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5rem;
}

.infos-styleguide-image {
  height: 200px;
  display: flex;
}

.faq-parent {
  width: 100%;
}

.faq-block {
  color: var(--color--font-color);
  cursor: pointer;
  width: 100%;
  height: auto;
  text-decoration: none;
  overflow: hidden;
}

.faq-title {
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-right: 6rem;
  position: relative;
}

.faq-content {
  width: 100%;
  overflow: hidden;
}

.faq-arrow {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: absolute;
  inset: 43% 0 auto auto;
  transform: translate(0, -50%);
}

.faq-content-wrap {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.faq-arrow-image {
  object-fit: contain;
  width: 100%;
}

.tab {
  background-color: var(--color--border-color);
  text-align: center;
  border-radius: 50px;
  padding: .5rem 2rem;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53), color .2s cubic-bezier(.55, .085, .68, .53);
}

.tab:hover, .tab.w--current {
  background-color: var(--color--primary-color);
  color: var(--color--white);
}

.wrapper-col-tab {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrapper-col-tab.left-horizontal {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
}

.link-anchor {
  color: var(--color--primary-color);
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
  display: block;
}

.link-anchor:hover {
  color: var(--color--heading-color);
}

.link-anchor.inline-flex {
  display: inline-flex;
}

.link-anchor.inline-flex:hover {
  color: var(--color--white);
}

.logo-img {
  max-width: 6rem;
  max-height: 3rem;
}

.logo-item {
  flex: none;
}

.wrapper-col-logo {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap-parent-logo {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
  position: relative;
}

.col-list-logo {
  flex: none;
}

.link-logo {
  filter: grayscale();
  transition: filter .2s cubic-bezier(.55, .085, .68, .53);
}

.link-logo:hover {
  filter: grayscale(0%);
}

.overlay-logo-left {
  z-index: 2;
  background-image: linear-gradient(to right, #fff, #fff0);
  width: 3rem;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.overlay-logo-right {
  z-index: 2;
  background-image: linear-gradient(to left, #fff, #fff0);
  width: 3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wrap-relative-logo {
  position: relative;
}

.field {
  background-color: var(--color--black);
  color: var(--color--white);
  font-size: var(--txt--xl-default);
  background-image: linear-gradient(45deg, #7200004d, #72000066);
  border: 1px #000;
  border-radius: 0;
  height: 62px;
  margin-bottom: 2.5rem;
  padding: .5rem 1.25rem;
  font-weight: 400;
}

.field:focus {
  border-color: var(--color--heading-color);
  color: var(--color--white);
}

.field::placeholder {
  color: var(--color--white);
}

.field.message {
  max-width: 100%;
  min-height: 150px;
  max-height: 100%;
}

.field.select {
  color: var(--color--white);
}

.form {
  border: 1px solid var(--color--border-color);
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.form-label {
  margin-bottom: .5rem;
}

.checkbox {
  border-color: var(--color--border-color);
  border-radius: 4px;
  flex: none;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.checkbox.w--redirected-checked {
  border-color: var(--color--primary-color);
  background-color: var(--color--primary-color);
  background-image: url('../images/tick_1.svg');
  background-size: 50%;
}

.checkbox-label {
  margin-bottom: 0;
}

.checkbox-field {
  align-items: center;
  margin-bottom: 2rem;
  padding-left: 0;
  display: flex;
}

.radio-label {
  margin-bottom: 0;
}

.radio-field {
  align-items: center;
  margin-bottom: 2rem;
  padding-left: 0;
  display: flex;
}

.radio {
  border-color: var(--color--border-color);
  flex: none;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.radio.w--redirected-checked {
  border-width: 1px;
  border-color: var(--color--primary-color);
  background-color: var(--color--primary-color);
  background-image: url('../images/tick_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50%;
}

.error-message {
  text-align: center;
  background-color: #fdc8c1;
  border-radius: 8px;
  margin-top: 2rem;
  padding: 1.5rem;
}

.success-message {
  background-color: var(--color--white);
  color: var(--color--black);
  padding: 2rem;
}

.form-block {
  margin-bottom: 0;
}

.navbar {
  z-index: 999;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: none;
  position: fixed;
}

.background-navbar {
  z-index: 0;
  border-bottom: 1px solid var(--color--border-color);
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.wrapper-col-navbar {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-navbar {
  grid-column-gap: .5rem;
  color: var(--color--font-color);
  justify-content: flex-start;
  padding: 0;
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.link-navbar:hover {
  color: var(--color--primary-color);
}

.logo-navbar {
  object-fit: contain;
  object-position: 0% 50%;
  width: auto;
  height: 40px;
}

.navbar-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  align-items: center;
  display: flex;
}

.link-logo-navbar {
  justify-content: flex-start;
  display: flex;
}

.arrow-navbar {
  object-fit: contain;
  object-position: 50% 60%;
  width: 11px;
}

.text-dropdown {
  align-items: center;
  display: flex;
}

.dropdown-list-navbar.w--open {
  background-color: #0000;
  padding-top: 2.25rem;
}

.wrap-dropdown-item-navbar {
  grid-row-gap: 1rem;
  background-color: var(--color--white);
  border-radius: 8px;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.wrap-big-dropdown-menu {
  grid-column-gap: 2rem;
  color: #777;
  justify-content: space-between;
  font-size: 13px;
  line-height: 1.3;
  display: flex;
}

.wrap-item-big-dropdown-menu {
  grid-column-gap: 1rem;
  color: var(--color--font-color);
  flex-direction: row;
  align-items: flex-start;
  text-decoration: none;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.wrap-item-big-dropdown-menu:hover {
  color: var(--color--primary-color);
}

.wrap-content-big-dropdown-menu {
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-big-dropdown-menu {
  width: 25px;
  height: 25px;
}

.link-navbar-big {
  grid-column-gap: .5rem;
  justify-content: flex-start;
  padding: 0;
  font-size: 15px;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.big-menu-aditional-text {
  color: #949494;
}

.wrap-big-dropdown-item-navbar {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--color--white);
  border-radius: 8px;
  flex-direction: row;
  min-width: 550px;
  display: flex;
}

.main-wrapper-big-dropdown-menu {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.second-wrapper-big-dropdown-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #471eff0d;
  border-radius: 8px;
  flex-direction: column;
  width: 40%;
  padding: 1.5rem;
  display: flex;
}

.wrap-cta-navbar {
  grid-column-gap: 1rem;
  align-items: center;
  font-size: 14px;
  line-height: 1;
  display: flex;
}

.wrap-logo-item-navbar {
  grid-column-gap: 2.5rem;
  align-items: center;
  display: flex;
}

.navbar-desktop {
  flex: 1;
  align-items: center;
  display: flex;
}

.navbar-mobile {
  display: none;
}

.infos-styleguide-dropdown {
  background-color: var(--color--primary-color);
  color: var(--color--white);
  padding: .5rem;
  display: flex;
}

.infos-styleguide-dropdown.w--open {
  display: flex;
}

.infos-styleguide-dropdown-wrap {
  background-color: var(--color--primary-color);
  color: var(--color--white);
  margin-bottom: 3rem;
  font-size: 14px;
  position: fixed;
  inset: auto 6rem auto auto;
}

.infos-styleguide-menu {
  padding: .5rem;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
}

.infos-styleguide-menu:hover, .infos-styleguide-menu.w--current {
  color: var(--color--primary-color);
}

.infos-styleguide-arrow {
  margin-left: .5rem;
  margin-right: 0;
  position: relative;
}

.anim-left, .anim-right, .anim-parallax, .anim-bottom {
  width: 100%;
}

.infos-styleguide-title-small {
  text-align: left;
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.banner-announcement {
  z-index: 1000;
  background-color: var(--color--secondary-color);
  color: var(--color--white);
  text-align: center;
  align-items: center;
  width: 100%;
  height: 30px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.infos-styleguide-comboclasses {
  display: none;
}

.button-inline-navbar {
  color: var(--color--primary-color);
  font-size: 13px;
  line-height: 1;
  text-decoration: none;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
}

.button-inline-navbar:hover {
  color: var(--color--secondary-color);
}

.divider-vertical {
  background-color: var(--color--border-color);
  width: 1px;
  height: 50px;
}

.divider-vertical.linear-white {
  background-color: var(--color--transparent);
  background-image: linear-gradient(#fff0, #ffffff70 50%, #fff0);
  height: auto;
}

.paragraph {
  margin-bottom: var(--spacing--1-5);
}

.bg-button {
  z-index: 1;
  pointer-events: none;
  object-fit: fill;
  background-image: url('../images/frame-3_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-button.red {
  z-index: 0;
  background-image: url('../images/Frame-57.avif');
}

.bg-button.red.scenario {
  z-index: 1;
  opacity: 0;
}

.z-index, .txt-button {
  z-index: 2;
  position: relative;
}

.logo-home {
  width: 7.5rem;
}

.card_why-radar {
  background-image: url('../images/bg-first-video_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  justify-content: space-between;
  width: 100%;
  padding: 4rem;
  display: flex;
  position: relative;
}

.wrap-lightbox-card-why-radar {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% auto;
  transform: translate(0%, -50%);
}

.play-button {
  z-index: 2;
  width: 3.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.col-4-5 {
  width: 36.5%;
  min-height: 20px;
}

.col-4-5.special-padding-problematique {
  padding-top: 3.5rem;
  padding-right: 3.875rem;
}

.angle-top-left {
  z-index: 5;
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: -1px auto auto -1px;
}

.angle-top-left.white-btn {
  width: .56rem;
  height: .56rem;
}

.angle-top-left.replace {
  top: -2px;
  left: -2px;
}

.angle-bottom-left {
  z-index: 5;
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto auto -1px -1px;
}

.angle-bottom-left.replace {
  bottom: -2px;
  left: -2px;
}

.angle-bottom-right {
  z-index: 5;
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: auto -1px -1px auto;
}

.angle-bottom-right.replace {
  bottom: -2px;
  right: -2px;
}

.angle-top-right {
  z-index: 5;
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  inset: -1px -1px auto auto;
}

.angle-top-right.replace {
  top: -2px;
  right: -2px;
}

.angle-top-right.white-btn {
  width: .56rem;
  height: .56rem;
}

.wrap-logo-onde {
  height: 260px;
  position: relative;
}

.logo-radar-rhino {
  z-index: 2;
  width: 6.5rem;
  position: absolute;
  inset: 53% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.img-onde-home {
  z-index: 0;
  pointer-events: none;
  width: 180%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer {
  background-image: linear-gradient(90deg, #72000066, #7200001f);
  padding-top: 48px;
  padding-bottom: 56px;
}

.container-footer {
  min-width: 940px;
  max-width: 940px;
}

.fc-white {
  color: var(--color--white);
}

.bandeau-footer {
  background-color: var(--color--heading-color);
  width: 100%;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.bg-dark-office {
  opacity: .35;
  filter: contrast(200%);
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-dark-office.piste-audio {
  opacity: .13;
  filter: contrast(300%);
  inset: -14% 0% auto 50%;
  transform: translate(-50%);
}

.card_man-office {
  background-image: url('../images/rectangle-12_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-radius: .5rem;
  padding: 4rem;
  display: flex;
  overflow: hidden;
}

.logo-footer {
  object-fit: contain;
  width: 3rem;
}

.divider-footer {
  object-fit: contain;
  width: .2rem;
  height: 6rem;
}

.wrap-item-link-footer {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.wrap-item-link-footer.align-right {
  align-items: flex-end;
}

.wrap-item-link-footer.align-right.align-bottom {
  justify-content: flex-end;
}

.wrap-item-link-footer.gap-0 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.link-footer {
  color: var(--color--white);
  text-decoration: none;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
}

.link-footer:hover {
  color: #ffffffb3;
}

.link-footer.grey {
  color: var(--color--primary-color);
}

.link-footer.grey:hover {
  color: var(--color--white);
}

.fc-grey {
  color: var(--color--grey);
}

.fc-grey.fw-600 {
  font-weight: 600;
}

.fc-grey.mb-1 {
  margin-bottom: 1rem;
}

.div-relative {
  position: relative;
}

.div-relative.border-0-5 {
  border-radius: .5rem;
}

.div-relative.border-0-5.overflow-hidden {
  overflow: hidden;
}

.div-relative.border-0-5.overflow-hidden.border-white {
  border: .5px solid var(--color--white);
}

.div-relative.expand {
  flex: 1;
}

.div-relative.full {
  width: 100%;
}

.logo-radar-audio {
  align-self: center;
  width: 11.5rem;
  position: absolute;
  inset: auto 0% 0% 50%;
  transform: translate(-50%);
}

.logo-radar-audio._404 {
  position: static;
  transform: none;
}

.arrow-inline-btn {
  width: .3rem;
}

.img--onde_piste-audio {
  z-index: 2;
  pointer-events: none;
  width: 55%;
  position: absolute;
  inset: -60% 0% auto 50%;
  transform: translate(-50%);
}

.img--onde_piste-audio._404 {
  width: 60%;
  top: -35%;
}

.bg_section-book {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img_book-open {
  width: 60%;
  position: absolute;
  inset: -35% -8% auto auto;
}

.card-audio {
  color: var(--color--font-color);
  flex-flow: column;
  height: 100%;
  padding: 3.5rem 2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.card-audio.border-card-left {
  color: var(--color--font-color);
  border-top: 1px solid #f52935;
  border-left: 1px solid #f52935;
  border-right: 1px solid #f52935;
  justify-content: center;
}

.card-audio.border-card-right {
  border-top: 1px solid #f52935;
  border-left: 1px #f52935;
  border-right: 1px solid #f52935;
}

.dsp-small {
  margin-bottom: var(--spacing--1-5);
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: .9rem;
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

.dsp-small.secondary {
  color: var(--color--heading-secondary-color);
}

.dsp-small.secondary.no-mb {
  margin-bottom: var(--spacing--0);
}

.dsp-small.secondary.fw-400 {
  font-weight: 400;
}

.dsp-small.secondary.fw-400.mb-0-75 {
  margin-bottom: var(--spacing--0-75);
}

.dsp-small.no-mb {
  margin-bottom: var(--spacing--0);
}

.dsp-small.no-mb.fc-grey {
  color: var(--color--grey);
}

.block-side-border {
  height: 100%;
  position: relative;
}

.div-border-top {
  background-image: linear-gradient(90deg, #f529354d 48%, #f52935);
  height: 1px;
}

.div-border-top.gradiant-invert {
  background-image: linear-gradient(270deg, #f529354d 48%, #f52935);
}

.img_card-audio-1 {
  z-index: 4;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img_card-audio-2 {
  z-index: 3;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img_play-btn-audio {
  z-index: 5;
  width: 2.2rem;
  position: absolute;
  inset: auto 4rem 50% auto;
  transform: translate(0, 50%);
}

.line-border-bottom {
  background-image: linear-gradient(90deg, #f529354d, #f52935 50%, #f529354d 101%);
  width: 100%;
  height: 1px;
}

.col-4-2 {
  width: 64%;
  min-height: 20px;
}

.big-card-audio {
  border-top: 1px solid #f52935;
  border-left: 1px solid #f52935;
  border-right: 1px solid #f52935;
  width: 100%;
  position: relative;
}

.div-border-top-big-card {
  background-image: linear-gradient(90deg, #f529354d 48%, #f52935);
  height: 1px;
}

.div-border-top-big-card.gradiant-invert {
  background-image: linear-gradient(270deg, #f529354d 48%, #f52935);
}

.block-side-border-big-card {
  width: 100%;
  height: 33.3333%;
  position: relative;
}

.arrow-back {
  z-index: 5;
  width: 1rem;
  position: static;
  inset: 50% auto 0% 0%;
}

.wrap-radio {
  width: 100%;
  min-height: 20px;
  position: relative;
}

.shape-right-radio {
  width: 60%;
  position: absolute;
  inset: auto -5% 27% auto;
}

.radio-off {
  z-index: 3;
  position: relative;
}

.shape-left-radio {
  width: 60%;
  position: absolute;
  inset: auto auto 23% -5%;
}

.radio-on {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.wrap-polygon {
  z-index: 10;
  text-align: center;
  flex-flow: column;
  align-items: center;
  min-width: 20px;
  min-height: 20px;
  display: flex;
  position: absolute;
  inset: -18% auto auto 15%;
}

.wrap-polygon.discussion-secrete {
  top: -1%;
  left: 22%;
}

.wrap-polygon.bateau-pirate {
  display: none;
  inset: auto 50% -18% auto;
  transform: translate(50%);
}

.polygon-play-audio-radio {
  width: 5.5rem;
}

.wrap-polygon-play {
  flex-flow: column;
  display: flex;
}

.polygon-play-audio-radio-2 {
  width: 5.5rem;
}

.wrap_lottie-spectre-radio {
  z-index: 100;
  opacity: .8;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 7rem;
  display: flex;
  position: absolute;
  inset: 31% 0% 0% 52%;
  overflow: hidden;
  transform: translate(-50%);
}

.wrap-buttons {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrapper-play-radio {
  z-index: 10;
  cursor: pointer;
  width: 150px;
  height: 50px;
  position: absolute;
  inset: 8% auto auto 15%;
}

.wrapper-visio {
  background-image: url('../images/rectange-21_1.avif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: .5px solid #fff;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 34rem;
  padding: 2.5rem;
  position: relative;
}

.wrap-visio-join {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}

.wrap-batterie-wifi {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrap-batterie-wifi.test-static {
  position: static;
}

.icon {
  width: 1.5rem;
  height: 1.5rem;
}

.icon._2-6 {
  width: 2.6rem;
  height: 2.6rem;
}

.icon._4 {
  width: 4rem;
  height: auto;
}

.icon._4.border-0-25 {
  border-radius: .25rem;
}

.icon._4.border-0-25.hide-tablet.mr-2-5 {
  margin-right: 1.5rem;
}

.icon._1 {
  width: 1rem;
}

.icon._1.fit-contain {
  object-fit: contain;
}

.icon._1-125 {
  width: 1.125rem;
  height: auto;
}

.icon._1-75 {
  width: 1.75rem;
  height: 1.75rem;
}

.icon._1-75.contain {
  object-fit: contain;
}

.icon._0-6875 {
  object-fit: contain;
  width: .6875rem;
  height: auto;
}

.icon._2-375 {
  width: 2.375rem;
  height: 2.375rem;
}

.trigger-audio {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.wrap-btn-join-call {
  position: absolute;
  inset: auto 0% 0% auto;
}

.wrap-btn-join-call.test-static {
  position: static;
}

.button-audio {
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--txt--sm-default);
  text-align: center;
  border-radius: .25rem;
  padding: .1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53), color .2s cubic-bezier(.55, .085, .68, .53);
  position: relative;
  overflow: hidden;
}

.button-audio.h-fixe {
  height: 3.6rem;
}

.button-audio.filet-peche {
  cursor: pointer;
  height: 2.5rem;
}

.gradiant-btn-audio {
  background-image: linear-gradient(90deg, #f52935 35%, #dcb3b5 56%);
  border-radius: 50%;
  width: 300%;
  height: 600%;
  padding: .1rem;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.content-btn-audio {
  z-index: 2;
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  background-color: var(--color--white);
  border-radius: .25rem;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .65rem 1.4rem;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  position: relative;
}

.content-btn-audio:hover {
  background-color: #fae5e4;
}

.wrap-name-visio {
  position: absolute;
  inset: auto auto 0% 0%;
}

.wrap-name-visio.test-static {
  position: static;
}

.wrap-avatar-people-visio {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.wrap-avatar-people-visio.test-static {
  position: static;
}

.wrap-avatar {
  border-radius: 2.3rem;
  justify-content: flex-end;
  width: 6.3rem;
  height: 2.3rem;
  transition: width .5s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-marine {
  width: 2.3rem;
  position: absolute;
  right: 3.9rem;
}

.icon-jade {
  width: 2.3rem;
  position: absolute;
  inset: 0% 2.6rem 0% auto;
}

.icon-pierre {
  width: 2.3rem;
  position: absolute;
  inset: 0% 1.3rem 0% auto;
}

.icon-olivier {
  width: 2.3rem;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wrapper-bonjour-elsa {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper-bonjour-elsa.test-static {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
  transform: none;
}

.icon-elsa {
  width: 7.5rem;
}

.center-horizontal {
  align-items: center;
  display: flex;
}

.center-horizontal.gap-0-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.center-horizontal.gap-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.center-horizontal.gap-2.space-between.grow-if {
  flex: 1;
}

.center-horizontal.space-between {
  justify-content: space-between;
}

.center-horizontal.gap-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.shape-visio-1 {
  width: 30%;
  position: absolute;
  inset: 35% 0% auto auto;
}

.shape-visio-2 {
  width: 30%;
  position: absolute;
  inset: auto auto 7% 3%;
}

.wrap-lottie_load-visio {
  opacity: 1;
  flex-flow: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lottie_load-visio {
  height: 70px;
}

.wrap-elsa {
  z-index: 2;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: relative;
}

.wrap-visio-in-call {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.wrapper-card-people-visio {
  z-index: 100;
  grid-row-gap: 1.25rem;
  flex-flow: wrap;
  align-items: stretch;
  min-height: 100%;
  max-height: 100%;
  margin-left: -.625rem;
  margin-right: -.625rem;
  display: flex;
  position: relative;
}

.card-people-visio {
  flex: 50%;
  max-width: 100%;
  min-height: 13rem;
  padding-left: .625rem;
  padding-right: .625rem;
}

.content-card-people {
  border-radius: .5rem;
  width: 100%;
  height: 222px;
  position: relative;
  overflow: hidden;
}

.wrap-part-right-visio {
  flex-flow: column;
  height: 100%;
  display: flex;
}

.card-chat {
  background-color: #320d0b;
  border: 1px solid #746969;
  border-radius: .5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bloc-write-chat {
  background-color: #fff;
  border-radius: .25rem;
  justify-content: space-between;
  padding: .5rem 1rem .5rem 1.2rem;
  display: flex;
}

.video-people-visio {
  height: 100%;
}

.content-details-people-visio {
  background-image: linear-gradient(0deg, #000, #0000);
  flex-flow: column;
  justify-content: flex-end;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 3.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.center-vertical {
  flex-flow: column;
  display: flex;
}

.center-vertical.gap-0-5 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.name-people-visio {
  z-index: 2;
  position: absolute;
  inset: 1.25rem auto auto 1.5rem;
}

.wrap-content-chat {
  flex: 1;
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.blur-top-chat {
  z-index: 2;
  background-image: linear-gradient(#370909, #37090900);
  height: 6rem;
  position: absolute;
  inset: 0% 0% auto;
}

.wrap-chat {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.chat {
  display: none;
}

.chat._2, .chat._3 {
  display: block;
}

.chat._4 {
  display: none;
}

.chat._1 {
  display: block;
}

.icon-btn-urgency {
  width: 1.25rem;
}

.card-isak {
  z-index: 5;
  border: .5px solid var(--color--white);
  border-radius: .5rem;
  align-items: flex-end;
  height: 18rem;
  padding-bottom: 2rem;
  padding-left: 2.3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-france-po {
  width: 21%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.shape-right-emission {
  width: 30%;
  position: absolute;
  inset: -55% 0% auto auto;
}

.card-left-emission {
  border: 1px solid var(--color--white);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-end;
  width: 36.5%;
  height: 70%;
  min-height: 20px;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  display: flex;
  position: absolute;
  inset: 50% auto 0% 0%;
  overflow: hidden;
  transform: translate(0, -50%);
}

.card-right-emission {
  border: .5px solid var(--color--white);
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-end;
  width: 36.5%;
  height: 70%;
  min-height: 20px;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  display: flex;
  position: absolute;
  inset: 50% 0% 0% auto;
  overflow: hidden;
  transform: translate(0, -50%);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.gradiant-black-img-dark-office {
  background-image: linear-gradient(0deg, black, var(--color--transparent));
  pointer-events: none;
  height: 10%;
  position: absolute;
  inset: auto 0% 0%;
}

.content-hover-out-grid-audio {
  z-index: 5;
  flex-flow: column;
  justify-content: center;
  min-height: 130px;
  display: none;
  position: relative;
}

.content-on-hover-grid-audio {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 75%;
  min-height: 130px;
  display: flex;
  position: relative;
}

.dsp-card-grid {
  margin-bottom: var(--spacing--0);
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--md-default);
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

.img_play-btn-audio-tablet {
  z-index: 5;
  width: 2.2rem;
  display: none;
  position: absolute;
  inset: auto 4rem 50% auto;
  transform: translate(0, 50%);
}

.container-radio {
  z-index: 10;
  flex: 1;
  max-width: 940px;
  position: relative;
}

.bg-404 {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrapper-footer {
  position: relative;
  overflow: hidden;
}

.bg-mention-legale {
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.rich-text-mentions-legale h2 {
  margin-bottom: var(--spacing--0);
  color: var(--color--heading-secondary-color);
  font-size: 2.1rem;
}

.rich-text-mentions-legale h3 {
  margin-top: var(--spacing--2-5);
  color: var(--color--heading-secondary-color);
  font-size: 1.3rem;
}

.rich-text-mentions-legale h4 {
  color: var(--color--heading-secondary-color);
  margin-top: 1rem;
  font-family: Winnersans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rich-text-mentions-legale h5, .rich-text-mentions-legale h6 {
  color: var(--color--heading-secondary-color);
}

.rich-text-mentions-legale a {
  color: #f52935;
  text-decoration: none;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
}

.rich-text-mentions-legale a:hover {
  color: #f52935b3;
}

.rich-text-mentions-legale li {
  background-image: url('../images/Ellipse-127.svg');
  background-position: 0 9px;
  background-size: 4px;
  padding-left: 1rem;
}

.rich-text-mentions-legale ul {
  grid-row-gap: .7rem;
  margin-top: 1rem;
  margin-left: 1rem;
}

.rich-text-mentions-legale p {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.rich-text-mentions-legale strong {
  color: #09fff7;
  font-weight: 300;
}

.wrapper-col-visio {
  grid-column-gap: var(--wrapper-col--gap-default);
  grid-row-gap: var(--wrapper-col--gap-default);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 20px;
  display: flex;
}

.full-size {
  height: 100%;
}

.img-absolute-full {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fw-400 {
  font-weight: 400;
}

.wrap-details-card-isak {
  margin-top: .5rem;
  display: block;
}

.blur-red-card-isak {
  z-index: 3;
  background-image: linear-gradient(45deg, white, var(--color--heading-color) 42%);
  opacity: .1;
  filter: blur(40px);
  width: 60%;
  height: 75%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blur-white-card-isak {
  z-index: 1;
  background-image: linear-gradient(0deg, white 30%, var(--color--transparent) 60%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-current-emission {
  height: 31rem;
  position: static;
  inset: 0%;
}

.wrap-bureau-emission {
  z-index: 3;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.section-emission-special {
  padding-top: var(--spacing--5);
  padding-bottom: var(--spacing--5);
  background-image: url('../images/bg-white-dechirax_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  overflow: hidden;
}

.presentatrice-emission {
  z-index: 1;
  width: 42%;
  position: absolute;
  inset: auto auto -4% -12%;
}

.docteur-emission {
  z-index: 1;
  width: 25%;
  position: absolute;
  inset: auto auto 25% 23%;
}

.clara-emission {
  z-index: 1;
  width: 30%;
  max-width: 100%;
  position: absolute;
  inset: auto 24% 25% auto;
}

.pierre-emission {
  z-index: 1;
  width: 35%;
  max-width: 100%;
  position: absolute;
  inset: auto -13% -4% auto;
}

.bulle-chat-presentatrice {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--2nd-black);
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  align-items: center;
  width: 19rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: -30% auto auto 34%;
  transform: translate(-50%);
}

.name-perso-visio {
  color: var(--color--white);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.text-details-perso-visio {
  font-size: .875rem;
}

.bulle-chat-docteur {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--2nd-black);
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  align-items: center;
  width: 19rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: -33% auto auto 36%;
  transform: translate(-50%);
}

.bulle-chat-clara {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--2nd-black);
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  align-items: center;
  width: 19rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: -37% auto auto 120%;
  transform: translate(-50%);
}

.bulle-chat-pierre {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--color--2nd-black);
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  align-items: center;
  width: 19rem;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: -25% -46% auto auto;
  transform: translate(-50%);
}

.img-presentatrice, .img-docteur, .img-clara, .img-pierre {
  z-index: 2;
  position: relative;
}

.bureau-emission {
  z-index: 2;
  pointer-events: none;
  position: relative;
}

.full-size-lottie {
  width: 100%;
  min-width: 100%;
  height: 250%;
}

.img-france-po {
  width: 8rem;
  position: absolute;
  inset: 0% 50% auto auto;
  transform: translate(50%);
}

.wrap-lottie-pulse-red {
  cursor: pointer;
  width: 15rem;
  height: 15rem;
  position: absolute;
  inset: auto 30% 50% auto;
  transform: translate(0, 50%);
}

.lottie-pulse-red-1 {
  position: relative;
}

.lottie-little-onde {
  height: 100%;
  position: relative;
}

.shape-discussion-secrete {
  width: 40%;
  position: absolute;
  inset: 22% auto auto 14%;
}

.lottie-pulse-red-2 {
  position: absolute;
  inset: 0%;
}

.modal-audio-detect {
  background-color: var(--color--white);
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1rem;
  display: none;
  position: absolute;
  inset: -25% -3% auto auto;
}

.text-signal-detect {
  position: relative;
  overflow: hidden;
}

.text-signal-captured {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wrap-lottie-little-onde {
  height: 1.5rem;
  position: relative;
}

.lottie-little-onde-last-frame {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lottie-onde-radio-discussion {
  width: 10rem;
  height: 10rem;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.modal-vocal-1 {
  background-color: var(--color--white);
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 63% auto auto -20%;
}

.fc-black {
  color: var(--color--2nd-black);
}

.fc-black.fw-600 {
  font-weight: 600;
}

.fc-black.mb-1 {
  margin-bottom: var(--spacing--1);
}

.modal-vocal-2 {
  background-color: var(--color--white);
  text-align: center;
  border-radius: .5rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;
  position: absolute;
  inset: 63% -20% auto auto;
}

.img-card-enzo, .img-card-paul {
  width: 25%;
  position: absolute;
  inset: auto auto 0% 15%;
}

.txt-empreinte-vocal-enzo {
  color: #999;
  font-size: var(--txt--xs-default);
  position: relative;
}

.txt-empreinte-vocal-focus-enzo, .txt-empreinte-vocal-focus-paul {
  color: #999;
  font-size: var(--txt--xs-default);
  position: absolute;
  inset: 0%;
}

.txt-empreinte-vocal-paul {
  color: #999;
  font-size: var(--txt--xs-default);
  position: relative;
}

.txt-localize-audio-suspect {
  color: #999;
}

.txt-ecoute-en-cours {
  color: #999;
  position: absolute;
  inset: 0%;
}

.wrapper-col-discussion {
  grid-column-gap: var(--wrapper-col--gap-default);
  grid-row-gap: var(--wrapper-col--gap-default);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  min-height: 20px;
  display: flex;
}

.txt-cta-discussion {
  background-image: radial-gradient(circle closest-corner at 50% 50%, black, var(--color--transparent) 40%);
  color: var(--color--white);
  text-shadow: 0 0 40px var(--color--2nd-black);
  font-family: Winnersans, sans-serif;
  font-weight: 400;
  display: flex;
}

.bg-out-water {
  object-fit: cover;
  object-position: 50% 0%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper-element-bateau {
  z-index: 2;
  width: 34rem;
  position: absolute;
  inset: 3.5rem 0% auto 50%;
  transform: translate(-50%);
}

.bateau-clair {
  z-index: 3;
  position: relative;
}

.bateau-foncer {
  z-index: 2;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.light-bateau {
  width: 170%;
  max-width: none;
  position: absolute;
  inset: 2% auto auto -63%;
}

.shape-left-bateau-pirate {
  width: 20%;
  position: absolute;
  inset: -5% auto auto -10%;
}

.shape-right-bateau-pirate {
  width: 20%;
  position: absolute;
  inset: -11% -8% auto auto;
}

.wrap-btn-urgency-bateau {
  z-index: 10;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%);
}

.border-top-footer {
  background-image: linear-gradient(90deg, #f52935, #f5293500);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.gradiant-black-bottom {
  background-image: linear-gradient(0deg, black 41%, var(--color--transparent));
  width: 100%;
  height: 5%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
}

.bg-bottom-bateau-pirate {
  object-position: 50% 0%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.wrapper-cursor-diver {
  z-index: 998;
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: sticky;
  inset: 0%;
}

.cursor-diver {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #ffffff0d, var(--color--transparent) 63%);
  width: 17rem;
  height: 12rem;
  position: relative;
}

.img-diver {
  position: absolute;
  inset: 0%;
}

.banc-de-poisson-1 {
  z-index: 2;
  opacity: .4;
  width: 6%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.banc-de-poisson-2 {
  z-index: 2;
  opacity: .4;
  width: 4%;
  position: absolute;
  inset: auto 0% 50% auto;
}

.banc-de-poisson-3 {
  z-index: 2;
  opacity: .4;
  width: 8%;
  position: absolute;
  inset: auto 0% 20% auto;
}

.bg-in-water {
  object-fit: cover;
  object-position: 50% -25px;
  height: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.wrapper-appeared-cursor-diver {
  pointer-events: none;
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.wrap-filet-poisson {
  z-index: 1000;
  pointer-events: auto;
  width: 20%;
  display: block;
  position: absolute;
  inset: auto 26% 14% auto;
  transform: none;
}

.wrap-filet-poisson.version-mobile {
  display: none;
}

.fil-de-peche {
  background-color: #605e5e;
  width: 1px;
  height: 82rem;
  position: absolute;
  inset: 52% 11.5% auto auto;
}

.blur-red-on-hover {
  z-index: 1;
  background-image: url('../images/blur-red-hover.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 120%;
  max-width: none;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.img-filet-poisson {
  z-index: 2;
  position: relative;
}

.wrap-btn-precedent-pirate {
  z-index: 9999;
  position: absolute;
  inset: auto auto 5.5rem 15%;
}

.link-kit-presse {
  color: var(--color--grey);
  text-decoration: underline;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
}

.link-kit-presse:hover {
  color: #605e5ecc;
}

.titre-card-principal-emission {
  color: var(--color--black);
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.title-card-emission {
  color: var(--color--grey);
  font-size: 1rem;
  font-weight: 600;
}

.img-chambre-hopital {
  z-index: 4;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-porte-rouge, .img-brancard-rouge, .img-fenetre-rouge {
  z-index: 5;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.trigger-porte-rouge {
  z-index: 10;
  width: 10rem;
  height: 42rem;
  position: absolute;
  inset: 4% auto 0% 14%;
}

.section-desktop-couloir {
  padding-top: var(--spacing--5);
  padding-bottom: var(--spacing--5);
  border-radius: .5rem;
  max-width: 992px;
  height: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.text-indiv-trigger-hopital {
  color: var(--color--white);
  text-align: center;
  text-shadow: 0 1px 10px var(--color--2nd-black);
  width: 100%;
  font-family: Winnersans, sans-serif;
  position: absolute;
  inset: auto 0% 50% 50%;
  transform: translate(-50%, -50%);
}

.text-indiv-trigger-hopital.porte-rouge {
  pointer-events: none;
}

.text-indiv-trigger-hopital.brancard-rouge {
  pointer-events: none;
  transform: translate(-50%, 50%);
}

.text-indiv-trigger-hopital.fenetre-rouge, .text-indiv-trigger-hopital.juliette-rouge {
  pointer-events: none;
}

.text-indiv-trigger-hopital.materiel-rouge, .text-indiv-trigger-hopital.clement-rouge, .text-indiv-trigger-hopital.perf-rouge {
  pointer-events: none;
  text-shadow: 0 1px 10px var(--color--2nd-black);
  transform: translate(-50%, 50%);
}

.trigger-brancard-rouge {
  z-index: 10;
  cursor: pointer;
  width: 28rem;
  height: 8rem;
  position: absolute;
  inset: 57% 17% 0% auto;
}

.trigger-fenetre-rouge {
  z-index: 10;
  cursor: pointer;
  width: 20rem;
  height: 20rem;
  position: absolute;
  inset: 13% 14% auto auto;
}

.pop-up-brancard {
  z-index: 20;
  background-image: url('../images/frame-bg-hopital_1.avif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  border-radius: .5rem;
  justify-content: space-between;
  width: 90%;
  height: auto;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  display: none;
  position: absolute;
  inset: 50% 0% 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.link-back-pop-up {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  align-self: flex-start;
  align-items: center;
  display: flex;
}

.wrap-details-pop-up {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.chevron {
  width: .3rem;
  height: .5rem;
}

.img-brancard-pop-up {
  z-index: 2;
  width: 34rem;
  max-width: none;
  position: absolute;
  inset: auto -19% 1% auto;
}

.pop-up-fenetre {
  z-index: 20;
  background-image: url('../images/frame-bg-hopital_1.avif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  border-radius: .5rem;
  justify-content: space-between;
  width: 90%;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  display: none;
  position: absolute;
  inset: 50% 0% 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.img-juliette-pop-up {
  z-index: 2;
  width: 23rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.img-indicative {
  z-index: 20;
  width: 20%;
  position: absolute;
  inset: 5% 10% auto auto;
}

.section-desktop-chambre {
  padding-top: var(--spacing--5);
  padding-bottom: var(--spacing--5);
  border-radius: .5rem;
  max-width: 992px;
  height: 50rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.img-couloir {
  z-index: 4;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-juliette-rouge, .img-materiel-rouge, .img-clement-rouge, .img-perfussion-rouge, .img-infirmier-rouge {
  z-index: 5;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.trigger-juliette-rouge {
  z-index: 10;
  cursor: pointer;
  width: 6.4rem;
  height: 15.7rem;
  position: absolute;
  inset: auto 23% 38% auto;
}

.pop-up-juliette-rouge {
  z-index: 20;
  background-image: url('../images/frame-bg-hopital_1.avif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  border-radius: .5rem;
  justify-content: space-between;
  width: 90%;
  min-height: 30rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  display: none;
  position: absolute;
  inset: 50% 0% 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.trigger-materiel {
  z-index: 10;
  cursor: pointer;
  width: 17rem;
  height: 8.5rem;
  position: absolute;
  inset: 28% auto auto 17%;
}

.pop-up-meteriel-electronique {
  z-index: 20;
  background-image: url('../images/frame-bg-hopital_1.avif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  border-radius: .5rem;
  justify-content: space-between;
  width: 90%;
  min-height: 30rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  display: none;
  position: absolute;
  inset: 50% 0% 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.img-meteriel-pop-up {
  z-index: 2;
  width: 30rem;
  position: absolute;
  inset: auto -4% 20% auto;
}

.trigger-clement {
  z-index: 10;
  cursor: pointer;
  width: 18rem;
  height: 5.5rem;
  position: absolute;
  inset: auto auto 37% 24%;
}

.pop-up-clement-electronique {
  z-index: 20;
  background-image: url('../images/frame-bg-hopital_1.avif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  border-radius: .5rem;
  justify-content: space-between;
  width: 90%;
  min-height: 30rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  display: none;
  position: absolute;
  inset: 50% 0% 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.img-clement-pop-up {
  z-index: 2;
  width: 38rem;
  position: absolute;
  inset: auto -4% -21% auto;
}

.pop-up-poche-perfu {
  z-index: 20;
  background-image: url('../images/frame-bg-hopital_1.avif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  border-radius: .5rem;
  justify-content: space-between;
  width: 90%;
  min-height: 30rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  display: none;
  position: absolute;
  inset: 50% 0% 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.img-poche-perfusion-pop-up {
  z-index: 2;
  width: 32rem;
  position: absolute;
  inset: auto -11% 9% auto;
}

.pop-up-infirmier-electronique {
  z-index: 20;
  background-image: url('../images/frame-bg-hopital_1.avif');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: scroll;
  border-radius: .5rem;
  justify-content: space-between;
  width: 90%;
  min-height: 30rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
  display: none;
  position: absolute;
  inset: 50% 0% 0% 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.trigger-perfusion {
  z-index: 10;
  cursor: pointer;
  width: 9rem;
  height: 44rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.trigger-infirmier {
  z-index: 10;
  cursor: pointer;
  width: 6rem;
  height: 13rem;
  position: absolute;
  inset: 35% 36% auto auto;
}

.back-to-chambre {
  z-index: 10;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 5rem auto auto 10rem;
}

.shape-right-hopital {
  width: 40%;
  position: absolute;
  inset: auto -3% 15% auto;
}

.section-couloir-mobile, .version-mobile, .section-chambre-hopital-mobile {
  display: none;
}

.card-event-picture {
  background-image: linear-gradient(50deg, #72000000 21%, #72000033), linear-gradient(90deg, #06000000, #060000);
  flex-flow: column;
  align-items: flex-start;
  padding: 1.5rem 1.5rem 1.5rem 5rem;
  display: flex;
  position: relative;
}

.mazette-link {
  color: var(--color--white);
  text-decoration: underline;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
}

.mazette-link:hover {
  color: #ffffffb3;
}

.lightbox-event-picture {
  width: 100%;
  text-decoration: none;
}

.img-fenetre-pop-up {
  z-index: 2;
  width: 20rem;
  position: absolute;
  inset: auto 3% 50% auto;
  transform: translate(0, 50%);
}

.div-page-load {
  z-index: 9999999;
  background-color: var(--color--2nd-black);
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.wrap-sections-chambre {
  position: relative;
}

.trigger-porte-rouge-button {
  z-index: 11;
  width: 10rem;
  height: 42rem;
  position: absolute;
  inset: 2% auto 0% 22%;
}

.text-hero-home {
  font-size: 1.2rem;
}

.show-only-mobile {
  display: none;
}

.dropdown-languages {
  margin-left: 0;
  margin-right: 0;
  position: relative;
  overflow: visible;
}

.dropdown-toggle-languages {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  background-color: var(--color--black);
  color: var(--color--white-creme);
  border: 1px #680f0f;
  border-radius: .2rem;
  align-items: center;
  padding: 1px;
  font-family: Winnersans, sans-serif;
  display: flex;
  overflow: hidden;
}

.dropdown-toggle-languages.w--open {
  transition: none;
}

.chevron-languages {
  width: auto;
  max-width: none;
  height: .5rem;
}

.dropdown-link-languages {
  color: var(--color--white);
  justify-content: flex-start;
  align-items: center;
  padding: .5rem .75rem;
  transition: color .2s cubic-bezier(.55, .085, .68, .53);
  display: flex;
}

.dropdown-link-languages:hover, .dropdown-link-languages.w--current {
  color: var(--color--heading-color);
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.languages {
  background-color: var(--color--heading-color);
}

.dropdown-list.languages.w--open {
  background-color: var(--color--black);
  color: var(--color--white);
  border-bottom: 1px #680f0f;
  border-left: 1px #680f0f;
  border-right: 1px #680f0f;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  font-family: Winnersans, sans-serif;
  overflow: hidden;
}

.gradiant-btn-languages {
  background-image: linear-gradient(90deg, #c83b37 35%, #3b0f0f 56%);
  border-radius: 50%;
  width: 500%;
  height: 700%;
  padding: .1rem;
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.content-detail-dp-languages {
  z-index: 1;
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  background-color: var(--color--black);
  border-radius: .2rem;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
  position: relative;
}

.srt-box {
  z-index: 1000;
  color: #cdc6c6;
  background-color: #060000;
  background-image: linear-gradient(151deg, #72000033, #7200001a);
  border: 1px solid #f529354d;
  border-radius: 4px;
  min-width: 170px;
  min-height: 90px;
  margin-bottom: 2rem;
  margin-right: 2rem;
  padding: 2rem;
  position: fixed;
  inset: auto 0% 0% auto;
}

.pastille-trad {
  width: auto;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
}

.banner-social {
  z-index: 2;
  background-color: #1f010166;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  border-top: 1px solid #a53130;
  border-bottom: 1px solid #a53130;
  position: relative;
}

.content-banner-social {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  background-color: #1f010166;
  border-left: 1px solid #a53130;
  border-right: 1px solid #a53130;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 1rem;
  display: flex;
  position: relative;
}

.wrap-big-cta-banner {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.icon-in-btn {
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: relative;
}

.icon-in-btn.white {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.wrap-icon-btn {
  width: 2rem;
  height: 2rem;
  position: relative;
}

.bg-banner-cta {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-radar-challenge {
  height: auto;
  display: flex;
}

.divider-radar-challenge-home {
  background-image: linear-gradient(90deg, #cdc6c6, #cdc6c600);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.btn-nav {
  color: var(--color--white);
  font-family: Winnersans, sans-serif;
  font-size: var(--txt--sm-default);
  cursor: pointer;
  padding: 1rem 1.35rem .8125rem;
  text-decoration: none;
  position: relative;
}

.bg-btn-challenge {
  pointer-events: none;
  background-image: linear-gradient(#fff0, #fff3);
  position: absolute;
  inset: 0%;
}

.field-label {
  color: var(--color--white);
  font-family: Winnersans, sans-serif;
  font-size: var(--txt--xl-default);
  margin-bottom: 1rem;
  font-weight: 700;
}

.field-label.medium {
  font-weight: 300;
}

.wrap-field {
  position: relative;
}

.arrow-select-field {
  width: auto;
  max-width: none;
  position: absolute;
  inset: 50% 3rem auto auto;
  transform: translate(0, -50%);
}

.card-ajout-participant {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2.25rem 6.375rem;
  display: flex;
  position: relative;
}

.button-participant {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--color--heading-color);
  color: var(--color--white);
  font-family: Winnersans, sans-serif;
  font-size: var(--txt--sm-default);
  cursor: pointer;
  border-radius: 4px;
  align-items: center;
  padding: 1rem 1.75rem;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.button-participant:hover {
  background-color: #72000066;
}

.plus-participant {
  width: auto;
  max-width: none;
}

.border-toajout-participant {
  background-image: linear-gradient(90deg, #f529354d, #f52935 50%, #f529354d);
  width: 99%;
  height: 1px;
  position: absolute;
  inset: 1px auto auto 50%;
  transform: translate(-50%);
}

.submit-challenge {
  z-index: 2;
  color: var(--color--2nd-black);
  font-family: Winnersans, sans-serif;
  font-size: var(--txt--lg-default);
  background-color: #fff0;
  padding: 2rem 5.25rem 2rem 2rem;
  font-weight: 400;
  position: relative;
}

.wrapper-text-societe-civile {
  background-color: var(--color--white);
  box-shadow: inset 0 0 0 1px var(--color--heading-color);
  height: 544px;
  position: relative;
}

.wrap-text-societe-civile {
  height: 100%;
  padding: 2.5rem;
}

.wrap-submit-form {
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}

.arrow-submit {
  z-index: 2;
  width: auto;
  position: absolute;
  inset: 50% 2rem auto auto;
  transform: translate(0, -50%);
}

.form-radar-challenge {
  margin-bottom: 0;
}

.border-top-section {
  background-color: var(--color--heading-color);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.border-top-section.linear-red {
  background-color: var(--color--transparent);
  background-image: linear-gradient(#f529354d, #f52935 50%, #f529354d);
}

.border-bottom-section {
  background-color: var(--color--heading-color);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.border-bottom-section.linear-red {
  background-color: var(--color--transparent);
  background-image: linear-gradient(#f529354d, #f52935 50%, #f529354d);
}

.card-challenge {
  background-color: var(--color--2nd-black);
  flex-flow: column;
  height: 100%;
  padding: 2.5rem 4.8rem 2.5rem 4rem;
  display: flex;
  position: relative;
}

.bg-fond-card-challenge {
  opacity: .4;
  background-image: linear-gradient(45deg, #720000, #7200004d);
  position: absolute;
  inset: 0%;
}

.card-consignes-challenge {
  background-image: url('../images/Rectangle-12_2.avif');
  background-position: 0 0;
  background-size: auto;
  border-radius: 8px;
  padding: 3rem 3.5rem;
}

.list-card-challenge {
  color: var(--color--grey);
}

.item-list-card-challenge {
  background-image: url('../images/Vector.svg');
}

.dsp-xxs {
  margin-bottom: var(--spacing--1-5);
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--dsp-xxs);
  font-weight: 700;
  line-height: 1.4em;
}

.dsp-xxs.fc-grey {
  color: var(--color--grey);
}

.dsp-xxs.secondary {
  color: var(--color--white);
}

.dsp-xxs.regular {
  font-weight: 400;
}

.divider-card-challenge {
  background-color: var(--color--primary-color);
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}

.card-gagner-challenge {
  text-align: center;
  height: 338px;
  padding-top: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: hidden;
}

.illu-illustration-card {
  z-index: 1;
  pointer-events: none;
  width: 110%;
  max-width: none;
  position: absolute;
  inset: auto auto -11% -14%;
}

.border-card-left, .border-card-right {
  z-index: 5;
}

.illu-invitation-card {
  z-index: 2;
  pointer-events: none;
  width: 140%;
  max-width: none;
  position: absolute;
  inset: auto auto -11% 50%;
  transform: translate(-50%);
}

.illu-visite-card {
  z-index: 2;
  pointer-events: none;
  width: 70%;
  max-width: none;
  position: absolute;
  inset: auto auto 19% 50%;
  transform: translate(-50%);
}

.illu-goodies-card {
  z-index: 2;
  pointer-events: none;
  width: 130%;
  max-width: none;
  position: absolute;
  inset: auto auto -8% -36%;
}

.bg-validation-challenge {
  pointer-events: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.col-8-special-challenge {
  width: 90%;
  min-height: 20px;
}

.banner-end-challenge {
  background-color: #141010;
  background-image: none;
  border: 1px solid #aeaeb266;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.tab-answer-challenge {
  margin-top: 3rem;
}

.tabs-menu-asnwer-challenge {
  flex-flow: row;
  margin-bottom: 1.5rem;
  display: flex;
}

.tab-link-answer-challenge {
  background-color: var(--color--2nd-black);
  color: var(--color--white);
  text-align: center;
  border: 1px solid #c33936;
  border-left-color: #ab322f;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 1.4rem 3rem;
  transition: none;
  display: flex;
}

.tab-link-answer-challenge.w--current {
  background-color: var(--color--transparent);
  color: #f52935;
  background-image: linear-gradient(90deg, #720000b3, #7200004d 79%);
}

.fc-primary {
  color: var(--color--primary-color);
}

.dsp-tab-asnwer {
  margin-bottom: var(--spacing--0);
  font-family: Winnersans, sans-serif;
  font-size: 1rem;
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

.lighbtbox-answer-challenge {
  border: .5px solid #ab322f;
  border-right-width: .25px;
  width: 100%;
  height: 100%;
}

.wrap-details-answer-challenge {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-image: linear-gradient(270deg, #720000b3, #7200004d);
  border: .5px solid #ab322f;
  border-left-width: .25px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  max-height: 100%;
  padding: 2rem 2.5rem;
  display: flex;
  overflow: auto;
}

.wrap-content-tab-pane-answer-challenge {
  height: 440px;
  display: flex;
}

._100-h {
  height: 100%;
}

.list-item-classic {
  background-image: url('../images/dots-white.svg');
  background-position: 0 6px;
  background-size: 6px 6px;
  margin-left: .5rem;
  padding-left: 1.5rem;
}

.list-classic {
  grid-row-gap: 0rem;
}

.divider-vertical-white-gradiant {
  background-image: linear-gradient(0deg, #000, #e7e4e44d 65%);
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.border-button-nav {
  background-image: linear-gradient(#e7e4e400, #e7e4e4);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.border-button-nav-right {
  background-image: linear-gradient(#e7e4e400, #e7e4e4);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.wrap-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-left: 3rem;
  display: flex;
}

.link-home {
  height: auto;
}

.wave-radar-wrapper {
  z-index: 0;
  pointer-events: none;
  background-image: url('../images/fond.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.radar-wave {
  transform-origin: 50% 0;
  object-position: 50% 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-red {
  color: var(--color--heading-color);
}

.wrap-heading {
  position: relative;
}

.border-heading {
  object-fit: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: -.5rem auto auto 0;
}

.border-heading-right {
  object-fit: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: -.5rem 0 auto auto;
}

.border-heading-right-bottom {
  object-fit: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto -1.5rem 4rem auto;
}

.border-heading-left-bottom {
  object-fit: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  inset: auto auto 4rem -1.5rem;
}

.cadre-rouge, .cadre-rouge-2 {
  color: var(--color--heading-color);
  background-image: url('../images/Corner_2.svg'), url('../images/Corner_3.svg'), url('../images/Corner_4.svg'), url('../images/Corner_5.svg'), linear-gradient(270deg, #ff80871a, #ff80874d);
  background-position: 100% 0, 0 0, 100% 100%, 0 100%, 0 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: 20px, 20px, 20px, 20px, auto;
  padding: .25rem .65rem;
  display: inline-block;
}

.wrap-angles {
  z-index: 0px;
  outline-color: var(--color--heading-color);
  pointer-events: none;
  outline-width: .5px;
  outline-style: solid;
  position: absolute;
  inset: 0%;
}

.wrap-angles.grey {
  outline-color: var(--color--primary-color);
}

.line-top-left {
  width: 1px;
  height: 2rem;
  position: absolute;
  inset: -2rem auto auto -.5px;
}

.line-top-right {
  width: 1px;
  height: 2rem;
  position: absolute;
  inset: -2rem -.5px auto auto;
}

.line-bottom-right {
  width: 1px;
  height: 2rem;
  position: absolute;
  inset: auto -.5px -2rem auto;
}

.line-bottom-left {
  width: 1px;
  height: 2rem;
  position: absolute;
  inset: auto auto -2rem -.5px;
}

.line-top-right-horizontal {
  width: 2rem;
  height: 1px;
  position: absolute;
  inset: -.5px -2rem auto auto;
}

.line-botom-right-horizontal {
  width: 2rem;
  height: 1px;
  position: absolute;
  inset: auto -2rem -.5px auto;
}

.line-top-left-horizontal {
  width: 2rem;
  height: 1px;
  position: absolute;
  inset: -.5px auto auto -2rem;
}

.line-bottom-left-horizontal {
  width: 2rem;
  height: 1px;
  position: absolute;
  inset: auto auto -.5px -2rem;
}

.wrap-content-3-5 {
  background-image: url('../images/Ondes.avif');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 3.5rem 3.5rem 10rem;
}

.wrap-content-2 {
  padding: 2rem 2rem 2rem 3.5rem;
  position: relative;
}

.line-static-top {
  object-fit: contain;
  object-position: 0% 50%;
  width: 90%;
  height: 1px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.wrap-container-border-red {
  border-top: .5px solid var(--color--heading-color);
  border-bottom: .5px solid var(--color--heading-color);
}

.line-partez {
  z-index: 5;
  object-fit: contain;
  object-position: 50% 0%;
  width: 1px;
  height: 120%;
  position: absolute;
  inset: -20% auto auto 50%;
  transform: translate(-50%);
}

.card-home-scenario {
  justify-content: center;
  align-items: flex-end;
  height: 280px;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.wrap-card-home-scenario {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  display: flex;
}

.image-background-card-scenario {
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.wrap-content-card-scenario {
  z-index: 2;
  width: 100%;
  position: relative;
}

.overlay-hover-cards-scenario {
  background-color: #f5293526;
  position: absolute;
  inset: 0%;
}

.lottie-radar-loop {
  pointer-events: none;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
}

.habillage-book-top {
  z-index: 5;
  position: absolute;
  inset: auto 0% 0%;
}

.mook-home {
  pointer-events: none;
  object-fit: contain;
  object-position: 100% 100%;
  width: 58%;
  max-height: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.main-wrap-programme {
  flex: 1;
  position: relative;
  overflow: clip;
}

.wrap-program {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.content-programme {
  object-fit: contain;
  width: auto;
  max-width: 1830px;
  height: 20px;
}

.au-programme {
  z-index: 2;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
  display: flex;
  position: relative;
}

.overlay-programme {
  z-index: 1;
  pointer-events: none;
  background-color: #333;
  width: 4000%;
  position: absolute;
  inset: 0% -1.4rem 0% auto;
}

.programme-zindex {
  z-index: 2;
  position: relative;
  top: -1.5px;
}

.pinceau-top {
  z-index: 2;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-rdr {
  z-index: 999;
  background-color: var(--color--2nd-black);
  align-items: center;
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
  position: fixed;
}

.wrap-heading-angles {
  padding-top: var(--spacing--1-25);
  padding-bottom: var(--spacing--1-25);
  border-right: 1px solid var(--color--heading-color);
  border-left: 1px solid var(--color--heading-color);
  position: relative;
}

.card-event-picture-2 {
  background-image: linear-gradient(299deg, #72000000 13%, #72000033), linear-gradient(90deg, #060000, #06000000);
  flex-flow: column;
  align-items: flex-start;
  padding: 1.5rem 4.5rem 1.5rem 1.5rem;
  display: flex;
  position: relative;
}

.card-video {
  width: 100%;
  position: relative;
}

.pinceau-bas-mook {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: auto 0% 0%;
}

.mook-radar {
  pointer-events: none;
  position: absolute;
  inset: 60% -24rem auto auto;
  transform: translate(0, -50%);
}

.pinceau-haut-mook {
  z-index: 2;
  pointer-events: none;
  object-position: 50% 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.card-challenges {
  background-image: linear-gradient(#72000033, #72000080), linear-gradient(#060000, #060000);
  display: flex;
  position: relative;
}

.content-card-challenge {
  width: 65%;
  padding: 5rem 2rem 2.5rem;
  position: relative;
}

.image-card-challenge {
  width: 35%;
  padding: 2.5rem;
  position: relative;
}

.image-challenge {
  height: 100%;
  position: absolute;
  inset: 0%;
}

.tag-challenge {
  background-color: var(--color--heading-color);
  color: var(--color--white);
  padding: .5rem 1rem;
  font-family: Winnersans, sans-serif;
  font-weight: 700;
  position: absolute;
  inset: 0% auto auto 2rem;
}

.tag-challenge:where(.w-variant-8422624e-1fdd-8d81-d2ad-cd0f6b1aa6ca) {
  background-color: #720000;
}

.card-scenarios {
  background-color: var(--color--2nd-black);
  color: var(--color--font-color);
  background-image: linear-gradient(140deg, #e7e4e41a, #e7e4e405);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.card-scenarios__wrap-content {
  flex: 1;
  padding: 2.5rem;
  position: relative;
}

.card-scenario__wrap-border-red {
  opacity: 0;
}

.card-scenarios__bg-linear-red {
  opacity: 0;
  background-image: linear-gradient(29deg, #72000033, #7200000d);
  position: absolute;
  inset: 0%;
}

.card-scenario__content {
  z-index: 5;
  position: relative;
}

.close-all {
  display: none;
  position: absolute;
  inset: 0%;
}

.title-rupture-card {
  color: var(--color--white);
  margin-bottom: .75rem;
  padding-right: 2rem;
  font-family: Winnersans, sans-serif;
  font-size: 23px;
  font-weight: 700;
}

.circle-huge {
  background-color: var(--color--transparent);
  pointer-events: none;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
  padding: 1rem;
  position: relative;
}

.roll {
  opacity: .5;
  object-fit: contain;
  width: 29px;
}

.divider-red {
  object-fit: contain;
  object-position: 0% 50%;
  height: 1px;
}

.circle-big {
  pointer-events: none;
  background-color: #f529354d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0% auto auto 0%;
}

.title-rupture {
  z-index: 2;
  pointer-events: none;
  color: var(--color--white);
  text-align: center;
  width: 247px;
  font-family: Winnersans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  bottom: 60px;
  left: 50%;
  right: 0;
  transform: translate(-50%);
}

.recherche {
  opacity: 0;
  width: 140px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.content-card {
  position: relative;
}

.radar-analyse {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  transform: scale(1.2);
}

.wrap-ruptures {
  position: relative;
}

.card-info {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  flex-flow: row;
  width: 760px;
  height: auto;
  display: none;
  position: fixed;
  inset: 50% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.sub-rupture-card {
  color: var(--color--heading-color);
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  font-family: Winnersans, sans-serif;
}

.circle-small {
  background-color: #f52935;
  border-radius: 50%;
  width: 32%;
  height: 32%;
}

.card-image-matrice {
  outline-offset: -1px;
  outline: 1px solid #f52935;
  height: 100%;
}

.circle {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: absolute;
  inset: 11% auto auto 21%;
}

.circle._6 {
  top: 25%;
  left: 31%;
}

.circle._4 {
  top: 59%;
  left: 68%;
}

.circle._3 {
  top: 66%;
  left: 11%;
}

.circle._7 {
  top: 40%;
  left: 12%;
}

.circle._8 {
  top: 64%;
  left: 46%;
}

.circle._2 {
  top: 48%;
  left: 27%;
}

.circle._5 {
  top: 18%;
  left: 75%;
}

.circle._9 {
  top: 34%;
  left: 59%;
}

.circle._10 {
  top: 76%;
  left: 80%;
}

.wrap-content-card {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  outline-offset: -1px;
  text-align: left;
  background-image: linear-gradient(#000, #72000000 50%, #72000066), linear-gradient(#18181899, #18181899);
  outline: 1px solid #f52935;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.rupture-detectee {
  grid-column-gap: .65rem;
  grid-row-gap: .65rem;
  object-fit: contain;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 25px;
  display: flex;
  position: absolute;
  inset: 1rem auto auto 1rem;
}

.close-card {
  z-index: 10;
  width: 22px;
  height: 22px;
  position: absolute;
  inset: 2.25rem 2rem auto auto;
}

.signal {
  width: 30px;
  height: 30px;
}

.wrap-image-card {
  width: 50%;
  position: relative;
}

.wrap-onde {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tabs {
  position: relative;
}

.radial-backgorund {
  opacity: 0;
  background-image: radial-gradient(circle, #72000000, #72000080);
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.tab-link {
  color: #fff6;
  background-color: #fff0;
  background-image: url('../images/arrow_2.svg');
  background-position: 91%;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-left: 0;
  padding-right: 2.5rem;
  font-family: Aptos, sans-serif;
}

.tab-link.w--current {
  color: var(--color--white);
  background-color: #fff0;
  background-image: url('../images/Arrow_1.svg');
}

.tab-menu {
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5rem;
  margin-bottom: .75rem;
  display: flex;
}

.balayer-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  background-color: #f52935;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  display: flex;
  position: absolute;
  inset: auto auto 1.5rem 50%;
  transform: translate(-50%);
}

.matrice-wrapper {
  height: 680px;
  position: relative;
}

.radar-illu-scenario {
  pointer-events: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-hidden {
  display: none;
}

.button-discover {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--color--white);
  flex-flow: column;
  align-items: center;
  font-family: Winnersans, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.button-dicover__arrow {
  width: 20px;
}

.dechirement-bas-section {
  z-index: 1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-information {
  background-color: #17171799;
  border: 1px solid #333;
  border-radius: 4px;
  padding: 1rem 1.5rem;
}

.matiere-aile-avion {
  width: 767px;
  position: absolute;
  inset: auto -11rem 8% auto;
}

.matiere-microscope {
  width: 337px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.matiere-bacterie-1 {
  width: 144px;
  position: absolute;
  inset: auto auto 24% -4.4rem;
}

.matiere-bacterie-2 {
  width: 252px;
  position: absolute;
  inset: auto 5% 42% auto;
}

.matiere-bacterie-3 {
  width: 172px;
  position: absolute;
  inset: auto 31% 38% auto;
}

.matiere-bacterie-4 {
  width: 90px;
  position: absolute;
  inset: auto 26% 25% auto;
}

.tabs-agents {
  width: 100%;
}

.tabs-menu-agents {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  display: flex;
}

.tab-link-agents {
  background-color: var(--color--transparent);
  background-image: linear-gradient(180deg, var(--color--transparent), #7200004d);
  color: #f5293580;
  font-family: Winnersans, sans-serif;
  font-size: var(--txt--lg-default);
  padding: 1rem 1.5rem;
  font-weight: 400;
}

.tab-link-agents.w--current {
  background-color: var(--color--transparent);
  background-image: linear-gradient(180deg, var(--color--transparent), #72000080);
  color: #f52935;
}

.tab-pane-agents {
  border-top: 1px solid var(--color--heading-color);
  padding-top: 5rem;
  position: relative;
}

.mb-2-5 {
  margin-bottom: var(--spacing--2-5);
}

.wrap-video-figure {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.card-agents {
  border: 1px solid #333;
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
}

.card-agents__wrap-content {
  padding: 2.5rem 2.5rem 2rem;
}

.card-agents__image {
  border-bottom: 1px solid #333;
}

.circle-video-scenario {
  width: 944px;
  position: absolute;
  inset: auto auto -35rem -30rem;
}

.card-perturbations {
  opacity: .6;
  cursor: pointer;
  height: 100%;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
  position: relative;
  overflow: clip;
}

.card-perturbations:hover {
  opacity: 100;
}

.card-perturbations__front {
  opacity: 1;
  backface-visibility: hidden;
  background-color: #00000080;
  background-image: linear-gradient(145deg, #72000066, #7200001a);
  flex-flow: column;
  height: 100%;
  display: flex;
  transform: none;
}

.card-perturbations__back {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: translate(100%);
}

.card-perturbations__wrap-content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: column;
  flex: 1;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.card-perturbations__wrap-content.no-p {
  padding: 0;
}

.card-perturbations__label-image {
  z-index: 10;
  border: 1px solid var(--color--heading-color);
  background-image: url('../images/bg-label-perturbation.avif');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 15.4px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-perturbations__label-image--text {
  color: var(--color--white);
  text-transform: uppercase;
  background-image: url('../images/bg-label-perturbation-red.avif');
  background-position: 100% 0;
  background-size: cover;
  border-bottom-right-radius: 15.4px;
  padding: .625rem .75rem;
  font-family: Winnersans, sans-serif;
  font-size: .9375rem;
}

.card-perturbations__label-image--icon {
  padding: .625rem .75rem;
}

.card-perturbations__wrap-content-image {
  z-index: 10;
  text-align: center;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.card-perturbations__human {
  width: 100%;
  height: 100%;
}

.radar-lottie-wrapper {
  z-index: 0;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  overflow: clip;
}

.card-perturbations__image-back {
  height: 100%;
}

.card-perturbations__label-back {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--color--heading-color);
  color: var(--color--white);
  align-items: center;
  padding: .375rem 1rem;
  font-family: Winnersans, sans-serif;
  font-size: .9625rem;
  font-weight: 400;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.video-full {
  height: 400px;
}

.card-perturbations__miniature {
  z-index: 8;
  height: 400px;
  position: absolute;
  inset: 0%;
}

.card-perturbations__z-index {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.divider-faq {
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.card-ressources {
  border: 1px solid var(--color--white);
  opacity: .5;
  cursor: pointer;
  border-radius: 6.18px;
  flex-flow: column;
  height: 100%;
  padding-bottom: 4.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-ressources__wrap-content {
  z-index: 15;
  background-color: var(--color--black);
  text-align: center;
  background-image: linear-gradient(135deg, #72000066, #7200001a);
  justify-content: center;
  align-items: center;
  padding: 1.8rem .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.card-ressources__video {
  height: 100%;
}

.card-ressources__miniature {
  z-index: 10;
  opacity: 1;
  position: absolute;
}

.card-ressources__title {
  margin-bottom: var(--spacing--0);
  color: var(--color--white);
  font-family: Winnersans, sans-serif;
  font-size: 14px;
  line-height: var(--dsp--line-height);
  font-weight: 700;
}

.circles-red-chauvot {
  opacity: .9;
  background-image: radial-gradient(circle, #06000000, #06000066 73%, #060000b3);
  width: 80%;
  position: absolute;
  inset: auto auto -28% 50%;
  transform: translate(-50%);
}

.overlay-card-scenario-mobile {
  display: none;
}

.lightbox-video-radar {
  text-decoration: none;
}

.wrap-info-list {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.wrap-info-list.mb-1-5 {
  margin-bottom: 1.5rem;
}

.wrap-info-list.mb-1 {
  margin-bottom: 1rem;
}

.infos-signet {
  width: auto;
}

.infos-list-border {
  opacity: .2;
  background-image: linear-gradient(#fff, #fff0);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.missile-ouvrier {
  width: 90%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.onde-loop {
  z-index: 2;
  pointer-events: none;
  width: 55%;
  position: absolute;
  inset: -18rem 0% auto 50%;
  transform: translate(-50%);
}

.divider-line {
  height: 1px;
  margin-bottom: 5rem;
}

.popup-ressources {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.card-ressource-popup {
  border: 1px solid var(--color--white);
  background-color: var(--color--black);
  background-image: linear-gradient(138deg, #72000066, #7200001a);
  border-radius: 8px;
  display: none;
  position: relative;
  overflow: hidden;
}

.card-ressource-popup__col-left {
  flex-flow: column;
  width: 60%;
  display: flex;
}

.card-ressource-popup__wrap-content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex: 1;
  padding: 2rem;
  display: flex;
  position: relative;
}

.card-ressource-popup__col-rigt {
  border-left: 1px solid var(--color--white);
  flex: 1;
  padding: 2.5rem;
}

.card-ressource-popup__wrap-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.2rem;
  display: flex;
  position: relative;
}

.card-ressource-popup__wrap-list.no-mb {
  margin-bottom: 0;
}

.card-ressource-popup__wrap-list--border {
  background-image: linear-gradient(90deg, #cdc6c64d, #cdc6c600);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.card-ressource-popup__cross {
  width: 51px;
  position: absolute;
  inset: -5px -5px auto auto;
}

.span-info-ressource {
  color: var(--color--white);
  text-decoration: underline;
}

.card-ressource-popup__wrap-info {
  background-color: var(--color--black);
  background-image: linear-gradient(135deg, #72000066, #7200000d);
  width: 100%;
  height: 100%;
  padding: 2rem 3.5rem 2rem 2rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-100%);
}

.cross-infos-popup {
  width: 16px;
  position: absolute;
  inset: 50% 1rem auto auto;
  transform: translate(0, -50%);
}

.icon-info-wrap-infos {
  width: 14px;
  position: absolute;
  inset: auto 2rem 2rem auto;
}

.carte-radar-1 {
  width: 255px;
  position: absolute;
  inset: auto auto -11% 0%;
  transform: rotate(10deg);
}

.carte-radar-2 {
  width: 255px;
  position: absolute;
  inset: auto auto -5% -8%;
  transform: rotate(20deg);
}

.carte-radar-3 {
  width: 255px;
  position: absolute;
  inset: auto auto 1% -11%;
  transform: rotate(30deg);
}

.carte-radar-1-bis {
  width: 255px;
  position: absolute;
  inset: auto 0% -11% auto;
  transform: rotate(-10deg);
}

.carte-radar-2-bis {
  width: 255px;
  position: absolute;
  inset: auto -8% -5% auto;
  transform: rotate(-20deg);
}

.carte-radar-3-bis {
  width: 255px;
  position: absolute;
  inset: auto -11% 1% auto;
  transform: rotate(-30deg);
}

.mens-sama-docteur {
  width: 658.7px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grille-missile {
  height: 100%;
  position: absolute;
  inset: 19% auto auto 0%;
}

.wrap-list-grille-missile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.wrap-list-grille-missile.mt-1 {
  margin-top: 1rem;
}

.wrap-list-grille-missile.mt-1.mb-1 {
  margin-bottom: 1rem;
}

.missile-camera {
  position: sticky;
  top: 0;
  overflow: hidden;
}

.missile-section-item {
  padding-top: var(--spacing--7-5);
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.line-missile {
  width: 77px;
  position: absolute;
  inset: 50% -6rem auto auto;
  transform: translate(0, -50%);
}

.missile-phase-1 {
  width: auto;
  position: absolute;
  inset: 65% -21% auto auto;
  transform: translate(0, -50%);
}

.label-missile {
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--txt--xs-default);
  background-color: #70150e80;
  border: 1px solid #f52935;
  padding: .625rem;
  font-weight: 400;
}

.missile-phase-2 {
  width: 115%;
  max-width: 115%;
  position: absolute;
  inset: 65% auto auto 50%;
  transform: translate(-50%)translate(0, -50%);
}

.missile-phase-3-a {
  width: auto;
  position: absolute;
  inset: 63% auto auto -8%;
  transform: translate(0, -50%);
}

.missile-phase-3-b {
  width: auto;
  position: absolute;
  inset: 63% auto auto 47%;
  transform: translate(0, -50%);
}

.missile-phase-5__desc-1 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -20% auto auto 0%;
}

.line-missile-vertical {
  background-image: linear-gradient(#f52935, #f5293500);
  width: 1px;
  height: 77px;
}

.line-missile-vertical.rotate {
  transform: rotate(180deg);
}

.missile-phase-5__desc-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -20% 34% auto auto;
}

.missile-phase-5__desc-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 9% -20% auto;
}

.missile-phase-5__desc-4 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto auto -20% 32%;
}

.aile-tab-agents {
  width: 55%;
  position: absolute;
  inset: 5rem -3.6rem auto auto;
}

.corrosion-1 {
  width: auto;
  position: absolute;
  inset: 6% 0% auto auto;
}

.corrosion-2 {
  z-index: 2;
  width: auto;
  position: absolute;
  inset: 7.5% 4% auto auto;
}

.corrosion-3 {
  z-index: 2;
  width: auto;
  position: absolute;
  inset: 14.5% 1% auto auto;
}

.corrosion-4 {
  z-index: 2;
  width: auto;
  position: absolute;
  inset: 20.5% 25% auto auto;
}

.video-tab {
  width: 100%;
}

.biofilm-tab {
  width: 70%;
  position: absolute;
  inset: .3rem -22% auto auto;
}

.biofilm-label {
  z-index: 5;
  width: auto;
  position: absolute;
  inset: 6% 4% auto auto;
}

.aile-deco-tabs {
  z-index: -1;
  width: 40%;
  position: absolute;
  inset: 34% auto auto -18%;
}

.card-ressource-popup__wrap-image {
  position: relative;
}

.card-ressource-popup__border-image {
  background-color: var(--color--white);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dsp-2xl-bis {
  color: var(--color--heading-color);
  font-family: Winnersans, sans-serif;
  font-size: var(--dsp--2xl-bis);
  line-height: var(--dsp--line-height);
  margin-bottom: 0;
  font-weight: 700;
}

.pointer-aile-1 {
  width: auto;
  position: absolute;
  inset: 39% auto auto 16%;
}

.pointer-aile-2 {
  width: auto;
  position: absolute;
  inset: 52% auto auto 21%;
}

.pointer-aile-3 {
  width: auto;
  position: absolute;
  inset: 50% auto auto 38%;
}

.pointer-aile-4 {
  width: auto;
  position: absolute;
  inset: 58% auto auto 55%;
}

.pointer-aile-5 {
  width: auto;
  position: absolute;
  inset: 76% auto auto 52%;
}

.tabs-content-agents {
  overflow: visible;
}

.biofilm-in-tab {
  z-index: 2;
  opacity: 0;
  width: 70%;
  position: absolute;
  inset: .3rem -22% auto auto;
}

.fond-pinceau {
  position: absolute;
  inset: 0% auto auto 0%;
}

.bg-detecte-radar-home {
  opacity: .3;
  background-image: linear-gradient(153deg, #720000, #72000000 63%);
  position: absolute;
  inset: 0%;
}

.fondu-program {
  background-image: linear-gradient(90deg, #333, #3330);
  width: 2rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.robustesse-1 {
  width: auto;
  position: absolute;
  inset: auto 26% 43% auto;
}

.robustesse-2 {
  width: auto;
  position: absolute;
  inset: auto 35% 34% auto;
}

.robustesse-3 {
  z-index: 1;
  width: auto;
  position: absolute;
  inset: auto 30% 30% auto;
}

.card-ressource-label {
  z-index: 12;
  -webkit-backdrop-filter: drop-shadow(0 3px 3px #0000001a);
  backdrop-filter: drop-shadow(0 3px 3px #0000001a);
  width: auto;
  position: absolute;
  inset: 1rem auto auto 0%;
}

.card-ressources__wrap-icons {
  z-index: 12;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  display: flex;
  position: absolute;
  inset: 1rem 12px auto auto;
}

.card-ressource__icons {
  -webkit-backdrop-filter: drop-shadow(0 3px 3px #0000001a);
  backdrop-filter: drop-shadow(0 3px 3px #0000001a);
  width: auto;
}

.card-ressource-popup__text-1 {
  width: 60%;
}

.card-ressource-popup__text-2 {
  width: 40%;
}

.engrenage-illu {
  width: 20%;
  position: absolute;
  inset: 16% -10% auto auto;
}

.icon-btn {
  z-index: 2;
  width: auto;
  position: relative;
}

.icon-btn.white {
  opacity: 0;
  position: absolute;
  inset: 50% 1.5rem auto auto;
  transform: translate(0, -50%);
}

.card-info__wrap-button {
  z-index: 2;
  justify-content: center;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.caudale-1 {
  width: 300px;
  position: absolute;
  inset: 15% 0% auto auto;
}

.caudale-2 {
  width: 280px;
  position: absolute;
  inset: 42% auto auto 0%;
}

.caudale-3 {
  width: 421px;
  position: absolute;
  inset: auto -22% 8% auto;
}

.caudale-4 {
  width: 317px;
  position: absolute;
  inset: auto auto 0% -19%;
}

.caudale-5 {
  width: 319px;
  position: absolute;
  inset: auto 26% 0% auto;
}

.fixer {
  width: 1px;
  height: 600vh;
}

.wrap-missile {
  z-index: 1;
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  width: 440vh;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: -4rem 0% 0% auto;
}

.missile1, .missile1-copy {
  pointer-events: none;
  object-fit: contain;
  width: auto;
  height: 40%;
}

.missile3 {
  pointer-events: none;
  object-fit: contain;
  width: auto;
  height: 100%;
}

.missile2 {
  pointer-events: none;
  object-fit: contain;
  width: auto;
  height: 60%;
}

.missile4 {
  pointer-events: none;
  object-fit: contain;
  width: auto;
  height: 100%;
}

.wrap-images-missiles {
  display: none;
}

.link-fnac-pre-footer {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

@media screen and (min-width: 1280px) {
  body {
    font-size: var(--txt--md);
  }

  h1 {
    font-size: var(--dsp--2xl);
  }

  h2 {
    font-size: var(--dsp--xl);
  }

  h3 {
    font-size: var(--dsp--lg);
  }

  h4 {
    font-size: var(--dsp--md);
  }

  h5 {
    font-size: var(--dsp--sm);
  }

  h6 {
    font-size: var(--dsp--xs);
  }

  blockquote {
    font-size: var(--txt--xl);
  }

  .container {
    max-width: 996px;
  }

  .container-medium {
    max-width: 1080px;
  }

  .container-large {
    max-width: 1200px;
  }

  .section.hero {
    padding-top: 5.6rem;
  }

  .section.bg-disc-secrete {
    height: 40rem;
  }

  .section.bg-picture-event, .section.bg-picture-event-2 {
    background-size: 100rem 100%;
  }

  .wrapper-col {
    min-height: 20px;
  }

  .wrapper-col.align-top.gap-0-25.clip-sticky {
    height: 555px;
  }

  .dsp-2xl {
    font-size: var(--dsp--2xl);
  }

  .dsp-xl {
    font-size: var(--dsp--xl);
  }

  .dsp-lg {
    font-size: var(--dsp--lg);
  }

  .dsp-md {
    font-size: var(--dsp--md);
  }

  .dsp-sm {
    font-size: var(--dsp--sm);
  }

  .dsp-xs {
    font-size: var(--dsp--xs);
  }

  .text-xl {
    font-size: var(--txt--xl);
  }

  .text-lg {
    font-size: var(--txt--lg);
  }

  .text-md {
    font-size: var(--txt--md);
  }

  .text-sm {
    font-size: var(--txt--sm);
  }

  .text-xs {
    font-size: var(--txt--xs);
  }

  .button {
    font-size: var(--txt--sm);
  }

  .button.cta-navbar {
    font-size: 14px;
  }

  .button.challenge-btn, .field {
    font-size: var(--txt--xl);
  }

  .link-navbar, .button-inline-navbar {
    font-size: 14px;
  }

  .card_why-radar {
    background-size: 100% 100%;
  }

  .container-footer {
    min-width: 1200px;
  }

  .dsp-small {
    font-size: 1rem;
  }

  .shape-right-radio, .shape-left-radio {
    width: 50%;
  }

  .wrap-polygon.discussion-secrete {
    left: 19%;
  }

  .button-audio {
    font-size: var(--txt--sm);
  }

  .card-people-visio {
    min-height: 13rem;
  }

  .card-isak {
    height: 20rem;
  }

  .dsp-card-grid {
    font-size: var(--dsp--md);
  }

  .container-radio {
    max-width: 996px;
  }

  .rich-text-mentions-legale h2 {
    font-size: 2.25rem;
  }

  .rich-text-mentions-legale h3 {
    font-size: 1.5rem;
  }

  .wrapper-col-visio {
    min-height: 20px;
  }

  .wrap-current-emission {
    height: 38rem;
    top: -30%;
  }

  .name-perso-visio {
    font-size: 1.5rem;
  }

  .modal-audio-detect {
    top: -47%;
  }

  .modal-vocal-1 {
    inset: auto auto -12% -26%;
  }

  .modal-vocal-2 {
    inset: auto -27% -12% auto;
  }

  .txt-empreinte-vocal-enzo, .txt-empreinte-vocal-focus-enzo, .txt-empreinte-vocal-focus-paul, .txt-empreinte-vocal-paul {
    font-size: var(--txt--xs);
  }

  .wrapper-col-discussion {
    min-height: 20px;
  }

  .shape-left-bateau-pirate, .shape-right-bateau-pirate {
    top: 6%;
  }

  .trigger-porte-rouge {
    left: 21%;
  }

  .section-desktop-couloir {
    max-width: 1280px;
  }

  .trigger-brancard-rouge {
    right: 25%;
  }

  .trigger-fenetre-rouge {
    right: 22%;
  }

  .pop-up-brancard {
    width: 80%;
    display: none;
  }

  .pop-up-fenetre {
    width: 80%;
    min-height: auto;
  }

  .img-juliette-pop-up {
    width: 25rem;
  }

  .section-desktop-chambre {
    max-width: 1280px;
  }

  .trigger-juliette-rouge {
    right: 29%;
  }

  .pop-up-juliette-rouge {
    width: 80%;
  }

  .trigger-materiel {
    height: 10rem;
    top: 28%;
    left: 26%;
  }

  .pop-up-meteriel-electronique {
    width: 80%;
  }

  .img-meteriel-pop-up {
    width: 33rem;
    bottom: 12%;
    right: -3%;
  }

  .trigger-clement {
    height: 7rem;
    bottom: 36%;
    left: 30%;
  }

  .pop-up-clement-electronique, .pop-up-poche-perfu, .pop-up-infirmier-electronique {
    width: 80%;
  }

  .trigger-perfusion {
    width: 11rem;
    right: 6%;
  }

  .trigger-infirmier {
    right: 39%;
  }

  .trigger-porte-rouge-button {
    left: 21%;
  }

  .text-hero-home {
    font-size: 1.25rem;
  }

  .content-banner-social {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .btn-nav {
    font-size: var(--txt--sm);
  }

  .field-label {
    font-size: var(--txt--xl);
  }

  .button-participant {
    font-size: var(--txt--sm);
  }

  .submit-challenge {
    font-size: var(--txt--lg);
  }

  .illu-illustration-card {
    width: 95%;
    bottom: -15%;
    left: -6%;
  }

  .illu-invitation-card {
    bottom: -8%;
  }

  .border-heading-right-bottom, .border-heading-left-bottom {
    bottom: 5.5rem;
  }

  .title-rupture-card {
    font-size: 24px;
  }

  .title-rupture {
    font-size: 16px;
  }

  .recherche {
    width: 150px;
  }

  .sub-rupture-card {
    line-height: 1.5em;
  }

  .rupture-detectee {
    z-index: 5;
  }

  .close-card {
    top: 2.35rem;
  }

  .wrap-onde {
    justify-content: center;
    align-items: center;
  }

  .balayer-wrap {
    line-height: 0;
  }

  .matiere-aile-avion {
    bottom: 18%;
  }

  .tab-link-agents {
    font-size: var(--txt--lg);
  }

  .mens-sama-docteur {
    width: 815px;
  }

  .label-missile {
    font-size: var(--txt--xs);
  }

  .card-ressources__wrap-icons {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }
}

@media screen and (min-width: 1440px) {
  .container-medium {
    max-width: 1128px;
  }

  .container-large {
    max-width: 1360px;
  }

  .section.hero {
    padding-top: 5.6rem;
  }

  .section.bg-picture-event, .section.bg-picture-event-2 {
    background-position: 50%;
  }

  .col.dont-shrink {
    flex: none;
  }

  .dsp-xs.mb-0-5.light.xxs {
    font-size: 16px;
  }

  .label.secondary, .label.grey {
    color: var(--color--primary-color);
    font-weight: 600;
  }

  .img--onde_piste-audio {
    top: -56%;
  }

  .shape-visio-1 {
    top: 29%;
  }

  .card-people-visio {
    height: auto;
  }

  .wrap-current-emission {
    height: 42rem;
  }

  .wrapper-element-bateau {
    top: 5rem;
  }

  .shape-left-bateau-pirate, .shape-right-bateau-pirate {
    top: 4%;
  }

  .wrap-filet-poisson {
    right: 28%;
  }

  .trigger-porte-rouge {
    height: 45rem;
    left: 24%;
  }

  .section-desktop-couloir {
    max-width: 1440px;
    height: 55rem;
  }

  .trigger-brancard-rouge {
    right: 27%;
  }

  .trigger-fenetre-rouge {
    height: 23rem;
    right: 25%;
  }

  .pop-up-brancard {
    width: 75%;
  }

  .img-brancard-pop-up {
    right: -10%;
  }

  .pop-up-fenetre {
    width: 75%;
  }

  .section-desktop-chambre {
    max-width: 1440px;
    height: 55rem;
  }

  .trigger-juliette-rouge {
    width: 8.1rem;
    height: 18rem;
    bottom: 35%;
  }

  .pop-up-juliette-rouge {
    width: 75%;
  }

  .trigger-materiel {
    left: 27%;
  }

  .pop-up-meteriel-electronique {
    width: 75%;
  }

  .trigger-clement {
    height: 7.7rem;
    left: 32%;
  }

  .pop-up-clement-electronique {
    width: 75%;
  }

  .img-clement-pop-up {
    bottom: -17%;
  }

  .pop-up-poche-perfu {
    width: 75%;
  }

  .img-poche-perfusion-pop-up {
    right: -7%;
  }

  .pop-up-infirmier-electronique {
    width: 75%;
  }

  .trigger-perfusion {
    width: 16rem;
    bottom: 5%;
    right: 4%;
  }

  .trigger-infirmier {
    width: 7.3rem;
    height: 16rem;
  }

  .trigger-porte-rouge-button {
    height: 45rem;
    left: 24%;
  }

  .text-hero-home {
    font-size: 1.3rem;
  }

  .content-banner-social {
    grid-column-gap: 6.5rem;
    grid-row-gap: 6.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .illu-invitation-card {
    bottom: -11%;
  }

  .illu-visite-card {
    bottom: 17%;
  }

  .illu-goodies-card {
    width: 132%;
  }

  .title-rupture-card {
    padding-right: 2.5rem;
  }

  .close-card {
    top: 2.45rem;
  }

  .matiere-aile-avion {
    bottom: 12%;
  }

  .circles-red-chauvot {
    bottom: -33%;
  }

  .missile-ouvrier {
    width: 80%;
  }

  .onde-loop {
    top: -22rem;
  }

  .caudale-1 {
    right: 7%;
  }
}

@media screen and (min-width: 1920px) {
  .section.relative.overflow-hidden.extra-mb {
    padding-bottom: 16rem;
  }

  .section.bg-disc-secrete {
    height: 50rem;
  }

  .section.bg-picture-event, .section.bg-picture-event-2 {
    background-size: 120rem 100%;
    height: 600px;
  }

  .section.bg-retour-sur-image {
    padding-top: 10rem;
  }

  .img--onde_piste-audio {
    top: -80%;
  }

  .shape-right-radio {
    bottom: 22%;
    right: -1%;
  }

  .shape-left-radio {
    bottom: 18%;
    left: -1%;
  }

  .wrapper-visio {
    height: 38rem;
  }

  .shape-visio-1 {
    top: 15%;
    right: 5%;
  }

  .shape-visio-2 {
    bottom: 2%;
    left: 6%;
  }

  .content-card-people {
    height: 250px;
  }

  .content-hover-out-grid-audio {
    z-index: 5;
    display: none;
    position: relative;
  }

  .content-on-hover-grid-audio {
    z-index: 5;
    position: relative;
  }

  .wrap-before-emission {
    display: block;
  }

  .wrap-current-emission {
    height: 50rem;
    top: -23rem;
  }

  .wrap-bureau-emission {
    width: 60%;
  }

  .bulle-chat-presentatrice {
    top: -8rem;
    left: 28%;
  }

  .bulle-chat-docteur {
    top: -7.9rem;
  }

  .bulle-chat-clara {
    top: -7rem;
    left: 115%;
  }

  .bulle-chat-pierre {
    top: -6.4rem;
  }

  .wrapper-element-bateau {
    width: 42.5rem;
    top: 5.1rem;
  }

  .shape-left-bateau-pirate, .shape-right-bateau-pirate {
    top: -17%;
  }

  .wrap-filet-poisson {
    bottom: 1%;
  }

  .trigger-porte-rouge {
    height: 53rem;
    left: 27%;
  }

  .section-desktop-couloir {
    max-width: 1920px;
    height: 60rem;
  }

  .text-indiv-trigger-hopital.brancard-rouge {
    transform: translate(-50%, -50%);
  }

  .trigger-brancard-rouge {
    width: 35rem;
    height: 10rem;
    top: 57%;
    right: 30%;
  }

  .trigger-fenetre-rouge {
    width: 23rem;
    height: 25rem;
    right: 28%;
  }

  .pop-up-brancard {
    width: 70%;
  }

  .img-brancard-pop-up {
    width: 40rem;
    right: 0%;
  }

  .pop-up-fenetre {
    width: 70%;
  }

  .img-juliette-pop-up {
    width: 25rem;
  }

  .section-desktop-chambre {
    max-width: 1920px;
    height: 60rem;
  }

  .trigger-juliette-rouge {
    width: 8.6rem;
    height: 22rem;
    right: 32%;
  }

  .pop-up-juliette-rouge {
    width: 70%;
    display: none;
  }

  .trigger-materiel {
    width: 20rem;
    height: 11rem;
    top: 24%;
    left: 29%;
  }

  .pop-up-meteriel-electronique {
    width: 70%;
  }

  .img-meteriel-pop-up {
    width: 35rem;
  }

  .trigger-clement {
    width: 24rem;
    height: 9rem;
    bottom: 35%;
    left: 32%;
  }

  .pop-up-clement-electronique {
    width: 70%;
    display: none;
  }

  .img-clement-pop-up {
    width: 48rem;
    bottom: -27%;
  }

  .pop-up-poche-perfu {
    width: 70%;
    display: none;
  }

  .img-poche-perfusion-pop-up {
    width: 36rem;
    bottom: 7%;
  }

  .pop-up-infirmier-electronique {
    width: 70%;
  }

  .trigger-perfusion {
    height: 49rem;
    right: 9%;
  }

  .trigger-infirmier {
    height: 18.4rem;
    top: 34%;
    right: 41%;
  }

  .trigger-porte-rouge-button {
    width: 15rem;
    height: 53rem;
    inset: 2% auto auto 23%;
  }

  .mook-radar {
    right: -33rem;
  }

  .matiere-aile-avion {
    max-width: 1100px;
    bottom: 7%;
    right: 4.1rem;
  }

  .matiere-microscope {
    left: 16%;
  }

  .matiere-bacterie-2 {
    right: 18%;
  }

  .matiere-bacterie-3 {
    right: 38%;
  }

  .matiere-bacterie-4 {
    right: 33%;
  }

  .circles-red-chauvot {
    max-width: 1147px;
    bottom: -32%;
  }

  .missile-ouvrier {
    width: 60%;
  }

  .onde-loop {
    top: -30rem;
  }

  .engrenage-illu {
    right: 1%;
  }
}

@media screen and (max-width: 991px) {
  .container, .container-small, .container-medium, .container-large {
    max-width: 100%;
  }

  .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.hero {
    padding-top: 8rem;
  }

  .section.hero.inner {
    padding-top: 2rem;
  }

  .section.relative.pb-6-5 {
    display: flex;
  }

  .section.no-pb.relative.pt-8-75.no-padding-side-tablet {
    padding-left: 0;
    padding-right: 0;
  }

  .section.pt-6-5.relative.pb-6-5 {
    display: block;
  }

  .section.pt-10-5 {
    padding-top: var(--spacing--6);
  }

  .section._404 {
    min-height: 80vh;
  }

  .section.bg-disc-secrete {
    padding-right: var(--spacing--3);
    padding-left: var(--spacing--3);
  }

  .section.bateau-pirate {
    height: 50rem;
    margin-top: -101px;
  }

  .section.in-water {
    padding-left: 0;
    padding-right: 0;
  }

  .section.bg-picture-event, .section.bg-picture-event-2 {
    background-image: url('../images/picture-event.avif');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 160% 100%;
  }

  .section.bg-retour-sur-image {
    padding-bottom: 4.5rem;
  }

  .wrapper-col.center-vertical.missile-5 {
    height: auto;
    margin-top: 10rem;
    position: relative;
  }

  .wrapper-col.center-horizontal {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .wrapper-col.align-top.align-left {
    flex-flow: column;
  }

  .wrapper-col.marge-negative-video {
    margin-bottom: 0;
  }

  .wrapper-col.missile-2, .wrapper-col.missile-3, .wrapper-col.missile-4 {
    height: auto;
    margin-top: 6rem;
    position: relative;
  }

  .wrapper-col.missile-1 {
    height: auto;
  }

  .col.fixed-missile {
    position: relative;
    top: 0;
  }

  .col-4.text-align-rigt, .col-5._100w-tablet {
    width: 100%;
  }

  .col-6.hide-desktop {
    display: block;
  }

  .button {
    font-size: var(--txt--sm-mobile);
  }

  .button.cta-navbar {
    padding: 1rem 2rem;
    font-size: 14px;
  }

  .wrap-button.filet-poisson {
    justify-content: center;
  }

  .wrap-button.aign-right-mobile {
    justify-content: flex-end;
    align-items: center;
  }

  .label.absolute {
    margin-top: 1.25rem;
    margin-left: 1.25rem;
  }

  .wrap-card-parent-content {
    padding: 1.25rem;
  }

  .card-image {
    height: 150px;
  }

  .navbar {
    z-index: 1005;
    padding: 1rem 40px;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }

  .background-navbar {
    display: none;
  }

  .link-navbar {
    color: var(--color--white);
    justify-content: flex-end;
    width: 100%;
    margin-left: 0;
    padding: 1.25rem 1rem 1.25rem 0;
    font-family: Winnersans, sans-serif;
    font-size: 24px;
    font-weight: 700;
    position: relative;
  }

  .link-navbar.dropdown-item {
    border-bottom-style: none;
    padding-top: .25rem;
    padding-bottom: 1rem;
  }

  .logo-navbar {
    height: 32px;
  }

  .navbar-item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .link-logo-navbar {
    z-index: 1000;
    position: relative;
  }

  .dropdown-navbar {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dropdown-list-navbar.w--open {
    padding-top: 0;
    position: relative;
  }

  .wrap-dropdown-item-navbar {
    align-items: flex-end;
    padding: .5rem 0;
  }

  .wrap-big-dropdown-item-navbar {
    width: 100%;
    min-width: auto;
  }

  .second-wrapper-big-dropdown-menu {
    align-items: flex-start;
  }

  .wrap-cta-navbar {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .navbar-desktop {
    display: none;
  }

  .navbar-mobile {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: .75rem;
    display: flex;
  }

  .burger-navbar {
    z-index: 999;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    margin-top: 1.5rem;
    margin-right: 2.5rem;
    padding: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .burger-lottie {
    width: 40px;
    height: 40px;
  }

  .menu-burger {
    z-index: 998;
    background-color: var(--color--2nd-black);
    width: 100%;
    height: 100vh;
    padding: 2rem 40px 6rem;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
    transform: translate(100%);
  }

  .wrap-item-burger-menu {
    grid-column-gap: 9.5rem;
    grid-row-gap: 9.5rem;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .wrap-item-burger-menu.center {
    justify-content: flex-start;
    align-items: center;
  }

  .banner-announcement {
    display: none;
    position: relative;
  }

  .button-inline-navbar {
    font-size: 14px;
  }

  .card_why-radar {
    background-position: 50%;
    background-size: auto 100%;
  }

  .angle-top-left.white-btn, .angle-top-right.white-btn {
    display: none;
  }

  .footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-footer {
    min-width: 100%;
    max-width: 100%;
  }

  .bandeau-footer {
    padding-left: 40px;
    padding-right: 40px;
  }

  .card_man-office {
    background-size: cover;
  }

  .img--onde_piste-audio {
    top: -30%;
  }

  .card-audio {
    padding: 2rem;
  }

  .img_play-btn-audio {
    width: 2rem;
    display: none;
    right: 2rem;
  }

  .shape-right-radio {
    bottom: 31%;
  }

  .shape-left-radio {
    bottom: 29%;
    left: -12%;
  }

  .wrap-polygon {
    top: -27%;
    left: 13%;
  }

  .wrap-polygon.discussion-secrete {
    top: 4%;
    left: 23%;
  }

  .wrap_lottie-spectre-radio {
    width: auto;
    height: 5.5rem;
  }

  .wrapper-play-radio {
    width: 106px;
    height: 46px;
  }

  .wrapper-visio {
    padding: 1rem;
  }

  .icon._4.border-0-25.hide-tablet {
    display: none;
  }

  .button-audio {
    font-size: var(--txt--sm-mobile);
  }

  .center-horizontal, .center-horizontal.gap-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .wrap-visio-in-call {
    display: flex;
  }

  .card-people-visio {
    width: 47.5%;
  }

  .content-card-people {
    height: 245px;
  }

  .content-details-people-visio {
    padding-right: .7rem;
  }

  .content-hover-out-grid-audio {
    min-height: 132.563px;
    display: flex;
  }

  .content-on-hover-grid-audio {
    min-height: 132.563px;
    display: none;
  }

  .dsp-card-grid {
    font-size: 1.2rem;
  }

  .img_play-btn-audio-tablet {
    width: 2rem;
    display: inline-block;
    inset: 1rem 1rem auto auto;
    transform: none;
  }

  .container-radio {
    width: 43rem;
    max-width: 43rem;
  }

  .bg-mention-legale {
    top: -15%;
  }

  .rich-text-mentions-legale h2 {
    font-size: 2rem;
  }

  .full-size {
    height: 100%;
  }

  .wrap-current-emission {
    height: 15rem;
    position: static;
  }

  .wrap-bureau-emission {
    width: 75%;
  }

  .section-emission-special {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .bulle-chat-presentatrice {
    width: 17rem;
    padding: 1rem;
  }

  .name-perso-visio {
    font-size: 1rem;
  }

  .text-details-perso-visio {
    font-size: .75rem;
  }

  .bulle-chat-docteur, .bulle-chat-clara, .bulle-chat-pierre {
    width: 17rem;
    padding: 1rem;
  }

  .full-size-lottie {
    height: 250%;
  }

  .modal-vocal-1 {
    left: -11%;
  }

  .modal-vocal-2 {
    right: -11%;
  }

  .img-card-enzo, .img-card-paul {
    width: 30%;
    left: 3%;
  }

  .wrapper-element-bateau {
    width: 60%;
    top: 7.4rem;
  }

  .bg-bottom-bateau-pirate {
    height: 100%;
  }

  .banc-de-poisson-1, .banc-de-poisson-2, .banc-de-poisson-3 {
    width: 15%;
  }

  .bg-in-water, .wrapper-appeared-cursor-diver {
    display: none;
  }

  .wrap-filet-poisson {
    width: 28%;
    right: 18%;
  }

  .section-desktop-couloir, .section-desktop-chambre {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
  }

  .section-couloir-mobile {
    padding: var(--spacing--4) var(--spacing--0) var(--spacing--2-5);
    flex-flow: column;
    justify-content: space-between;
    height: 44rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .img-couloir-mobile, .img-chambre-mobile {
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .cta-pop-up-mobile {
    background-color: var(--color--white);
    border-radius: .5rem;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    padding: .75rem 1.5rem;
    display: flex;
  }

  .cta-pop-up-mobile.red {
    color: var(--color--white);
    background-color: #f52935;
    position: relative;
  }

  .cta-pop-up-mobile.red.except {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    justify-content: flex-start;
  }

  .wrapper-cta-pop-up {
    z-index: 10;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .chevron-red-hopital {
    width: 1rem;
    height: 1rem;
  }

  .chevron-red-hopital.rotate {
    transform: rotate(180deg);
  }

  .pop-up-hopital-mobile-brancard {
    z-index: 2;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--color--white);
    border-radius: .5rem;
    flex-flow: column;
    align-items: flex-start;
    width: 70%;
    padding: 1rem 1.5rem;
    display: none;
    position: absolute;
    inset: auto 0% 2.5rem 50%;
    transform: translate(-50%);
  }

  .version-desktop {
    display: none;
  }

  .version-mobile {
    display: block;
  }

  .pop-up-hopital-mobile-fenetre {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--color--white);
    border-radius: .5rem;
    flex-flow: column;
    align-items: flex-start;
    width: 70%;
    padding: 1rem 1.5rem;
    display: none;
    position: absolute;
    inset: auto 0% 2.5rem 50%;
    transform: translate(-50%);
  }

  .section-chambre-hopital-mobile {
    padding: var(--spacing--4) var(--spacing--0) var(--spacing--2-5);
    flex-flow: column;
    justify-content: space-between;
    height: 44rem;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .pop-up-hopital-mobile-juliette, .pop-up-hopital-clement-mobile, .pop-up-hopital-infirimier-mobile, .pop-up-hopital-mobile-perfusion, .pop-up-hopital-mobile-materiel {
    z-index: 2;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: var(--color--white);
    border-radius: .5rem;
    flex-flow: column;
    align-items: flex-start;
    width: 70%;
    padding: 1rem 1.5rem;
    display: none;
    position: absolute;
    inset: auto 0% 2.5rem 50%;
    transform: translate(-50%);
  }

  .card-event-picture {
    padding-left: 1.5rem;
  }

  .trigger-porte-rouge-button {
    width: 70%;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: auto 0% 2.5rem;
  }

  .text-hero-home {
    font-size: 1rem;
  }

  .dropdown-toggle-languages.no-bg {
    border-style: solid;
    border-color: var(--color--heading-color);
    background-color: var(--color--transparent);
  }

  .gradiant-btn-languages.hide {
    display: none;
  }

  .content-detail-dp-languages.no-bg {
    background-color: var(--color--transparent);
  }

  .banner-social {
    padding-left: 40px;
    padding-right: 40px;
  }

  .content-banner-social {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .divider-radar-challenge-home {
    margin-top: 1rem;
    display: none;
  }

  .btn-nav {
    background-color: var(--color--transparent);
    text-align: right;
    background-image: url('../images/line_6.avif');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 90% .5px;
    font-family: Winnersans, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .bg-btn-challenge {
    display: none;
  }

  .linear-navbar-mobile {
    opacity: .4;
    background-image: linear-gradient(230deg, #7200004d, #720000);
    position: absolute;
    inset: 0%;
  }

  .border-link-navbar {
    opacity: .3;
    background-image: linear-gradient(90deg, #cdc6c600, #cdc6c6);
    width: 100%;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .space-between {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .burger-cross-img {
    opacity: 0;
    display: none;
  }

  .card-challenge {
    padding: 2rem;
  }

  .illu-visite-card {
    bottom: 6%;
  }

  .bg-validation-challenge {
    width: 190%;
    max-width: none;
    left: 50%;
    transform: translate(-50%);
  }

  .border-button-nav, .border-button-nav-right {
    display: none;
  }

  .wrap-menu {
    z-index: 10;
    background-color: var(--color--transparent);
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    position: relative;
  }

  .link-social {
    flex: none;
  }

  .navbar-rdr {
    background-color: var(--color--transparent);
    padding: 1rem 40px 1.5rem;
    position: relative;
    inset: 0% 0% auto;
  }

  .menu-burger-rdr {
    z-index: 998;
    background-image: linear-gradient(218deg, #7200001a, #72000066), linear-gradient(#060000, #060000);
    width: 100%;
    height: 100vh;
    padding-top: 8rem;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    position: fixed;
    inset: 0% 0% 0% auto;
    transform: translate(100%);
  }

  .burger-navbar-rdr {
    z-index: 999;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    margin-top: .75rem;
    margin-right: 40px;
    padding: 0;
    display: flex;
    position: fixed;
    inset: .5rem 0% auto auto;
  }

  .wrap-item-burger-menu-rdr {
    z-index: 20;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 90%;
    display: flex;
    position: relative;
    overflow: hidden auto;
  }

  .wrap-logo-nav {
    position: absolute;
    inset: 1.75rem auto auto 40px;
  }

  .wrap-item-mobile-rdr {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    display: flex;
  }

  .card-event-picture-2 {
    padding-left: 1.5rem;
  }

  .mook-radar {
    top: 46%;
    right: -13.6rem;
  }

  .circle-huge {
    width: 80px;
    height: 80px;
  }

  .title-rupture {
    text-align: left;
    width: 85%;
    inset: 50% auto auto 5rem;
    transform: translate(0%, -50%);
  }

  .radar-analyse {
    transform: scale(1.4);
  }

  .card-info {
    z-index: 20;
    width: calc(100% - 80px);
    inset: 7.3rem 0% auto 50%;
    transform: translate(-50%);
  }

  .circle {
    width: 100%;
    position: relative;
    top: 0%;
    left: 0%;
  }

  .circle._6, .circle._4, .circle._3, .circle._7, .circle._8, .circle._2, .circle._5, .circle._9, .circle._10 {
    top: 0%;
    left: 0%;
  }

  .matrice-wrapper {
    height: auto;
    padding: 3rem 2rem 7rem;
  }

  .matiere-aile-avion {
    right: -25rem;
  }

  .matiere-microscope {
    width: 27%;
  }

  .matiere-bacterie-1 {
    bottom: 20%;
    left: 1.6rem;
  }

  .matiere-bacterie-3 {
    bottom: 27%;
    right: 23%;
  }

  .matiere-bacterie-4 {
    bottom: 25%;
    right: 6%;
  }

  .onde-loop {
    top: -5rem;
  }

  .popup-ressources {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .card-ressource-popup, .card-ressource-popup.bleu {
    flex-flow: column;
  }

  .card-ressource-popup__col-left {
    width: 100%;
  }

  .card-ressource-popup__col-rigt {
    padding: 1.5rem;
  }

  .card-ressource-popup__wrap-list {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .mens-sama-docteur {
    right: -29%;
  }

  .aile-tab-agents, .corrosion-1, .corrosion-2, .corrosion-3, .corrosion-4, .aile-deco-tabs {
    display: none;
  }

  .card-ressource-popup__wrap-image {
    max-height: 200px;
    overflow: hidden;
  }

  .aile-tab-agents__img {
    display: none;
  }

  .cross-burger {
    z-index: 10;
    opacity: 0;
    position: absolute;
    inset: 0%;
  }

  .burger {
    z-index: 1;
  }

  .robustesse-1 {
    right: 10%;
  }

  .robustesse-2 {
    right: 20%;
  }

  .robustesse-3 {
    right: 13%;
  }

  .card-ressources__wrap-icons {
    inset: 3.1rem auto auto 12px;
  }

  .engrenage-illu {
    width: 27%;
    right: -14%;
  }

  .caudale-2 {
    left: -8%;
  }

  .caudale-3 {
    right: -29%;
  }

  .caudale-4 {
    width: 280px;
  }

  .fixer {
    width: 0;
    height: 0;
  }

  .wrap-missile {
    display: none;
  }

  .missile1 {
    height: 67%;
  }

  .wrap-images-missiles {
    height: 300px;
    margin-top: 3rem;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: var(--txt--md-mobile);
  }

  h1 {
    margin-bottom: var(--spacing--1);
    font-size: var(--dsp--2xl-mobile);
  }

  h2 {
    margin-bottom: var(--spacing--1);
    font-size: var(--dsp--xl-mobile);
  }

  h3 {
    margin-bottom: var(--spacing--1);
    font-size: var(--dsp--lg-mobile);
  }

  h4 {
    margin-bottom: var(--spacing--1);
    font-size: var(--dsp--md-mobile);
  }

  h5 {
    margin-bottom: var(--spacing--1);
    font-size: var(--dsp--sm-mobile);
  }

  h6 {
    margin-bottom: var(--spacing--1);
    font-size: var(--dsp--xs-mobile);
  }

  blockquote {
    margin-top: var(--spacing--1);
    margin-bottom: var(--spacing--1);
    padding: var(--spacing--1-5);
    font-size: var(--txt--xl-mobile);
  }

  .container {
    max-width: 100%;
  }

  .section {
    padding: var(--spacing--3) 2.5rem;
  }

  .section.hero {
    padding-top: var(--spacing--8);
  }

  .section.hero.inner {
    padding-top: 7.5rem;
    padding-bottom: var(--spacing--3);
  }

  .section.hero.inner.overflow-hidden {
    padding-top: 5rem;
  }

  .section.relative.overflow-hidden.extra-mb {
    padding-bottom: 10rem;
  }

  .section.no-pb.relative.pt-8-75 {
    padding-top: var(--spacing--3);
  }

  .section.no-pb.relative.pt-8-75.no-padding-side-tablet {
    padding-right: var(--spacing--2-5);
    padding-left: var(--spacing--2-5);
  }

  .section.pt-6-5 {
    padding-top: var(--spacing--4);
  }

  .section.pt-6-5.relative.no-pb {
    padding-top: var(--spacing--3);
  }

  .section.pt-6-5.relative.pb-6-5 {
    padding-top: var(--spacing--6);
  }

  .section.pt-6-5.relative.pb-6-5.pb-4-mobile {
    padding-bottom: var(--spacing--4);
  }

  .section.pt-10-5 {
    padding-top: var(--spacing--5);
  }

  .section.overflow-hidden.pt-6 {
    padding-top: var(--spacing--6);
  }

  .section._404 {
    justify-content: center;
    align-items: center;
    min-height: auto;
    display: flex;
  }

  .section.bg-disc-secrete {
    padding: var(--spacing--3) var(--spacing--1);
    background-image: url('../images/bg-mobile-disc-secrete_1.avif');
    background-size: auto 100%;
    height: 80vh;
  }

  .section.padding-5 {
    padding-top: var(--spacing--3);
    padding-bottom: var(--spacing--3);
  }

  .section.bg-picture-event {
    background-size: 180% 100%;
  }

  .section.menaces {
    padding-bottom: 0;
  }

  .section.p-5.relative.pb-9-5 {
    padding-bottom: 5rem;
  }

  .section.bg-picture-event-2 {
    background-size: 180% 100%;
  }

  .section.bg-retour-sur-image {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 7.5rem;
    padding-bottom: 3rem;
  }

  .section.p-3-5.menaces-2035 {
    padding-bottom: 14rem;
  }

  .wrapper-col {
    flex-direction: column;
  }

  .wrapper-col.center-vertical.text-center.mt-7-5.mt-6-5-mobile {
    margin-top: var(--spacing--6-5);
  }

  .wrapper-col.center-vertical.mt-6.participation {
    margin-top: var(--spacing--0);
  }

  .wrapper-col.center-vertical.gap-0-75.mb-21 {
    margin-bottom: 7rem;
  }

  .wrapper-col.center-vertical.mt-6-5 {
    margin-top: var(--spacing--5);
  }

  .wrapper-col.default.align-right.left-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-col.mt-4-5, .wrapper-col.mt-5 {
    margin-top: var(--spacing--4);
  }

  .wrapper-col.mt-6 {
    margin-top: var(--spacing--5);
  }

  .wrapper-col.mt-8 {
    margin-top: var(--spacing--6);
  }

  .wrapper-col.mt-10, .wrapper-col.mt-12 {
    margin-top: var(--spacing--8);
  }

  .wrapper-col.mt-14 {
    margin-top: var(--spacing--10);
  }

  .wrapper-col.mb-4-5, .wrapper-col.mb-5 {
    margin-bottom: var(--spacing--4);
  }

  .wrapper-col.mb-6 {
    margin-bottom: var(--spacing--5);
  }

  .wrapper-col.mb-8 {
    margin-bottom: var(--spacing--6);
  }

  .wrapper-col.mb-10, .wrapper-col.mb-12 {
    margin-bottom: var(--spacing--8);
  }

  .wrapper-col.mb-14 {
    margin-bottom: var(--spacing--10);
  }

  .wrapper-col.no-gap.gap-2-5-mobile, .wrapper-col.no-gap.mt-4.gap-1-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .wrapper-col.center-horizontal.relative.align-left-all-breakpoint {
    align-items: flex-start;
  }

  .wrapper-col.center-horizontal.gap-0-5-mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .wrapper-col.invert {
    flex-flow: wrap-reverse;
  }

  .wrapper-col.mt-7-5 {
    margin-top: var(--spacing--3);
  }

  .wrapper-col.align-left {
    justify-content: center;
    align-items: flex-start;
  }

  .wrapper-col.align-left.mt-5.caudale-part-2, .wrapper-col.align-left.mt-5.caudale-part-3 {
    margin-top: 20rem;
  }

  .wrapper-col.mt-6-5 {
    margin-top: var(--spacing--3);
  }

  .wrapper-col.gap-bandeau-footer-mobile {
    grid-column-gap: var(--spacing--0-5);
    grid-row-gap: var(--spacing--0-5);
  }

  .wrapper-col.form-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .wrapper-col.align-top.gap-0-25.clip-sticky {
    height: auto;
  }

  .wrapper-col.align-bottom.left-mobile {
    justify-content: space-between;
    align-items: flex-start;
  }

  .wrapper-col.align-bottom.mt-5 {
    margin-top: var(--spacing--14);
  }

  .col, .col-2, .col-3, .col-4, .col-5, .col-6, .col-6._50.relative {
    width: 100%;
  }

  .col-6.special-scenario.mt-6-5 {
    margin-top: 0;
  }

  .col-7, .col-8 {
    width: 100%;
  }

  .col-8.grow-if-mobile {
    flex: 1;
  }

  .col-8.grow-if-mobile.max-h-100h.overflow-hidden {
    max-height: 380px;
  }

  .col-9, .col-10 {
    width: 100%;
  }

  .wrapper-col-wrap {
    margin-right: var(--wrapper-col--0rem);
    margin-left: var(--wrapper-col--0rem);
    flex-direction: column;
  }

  .wrapper-col-wrap.mt-4-5, .wrapper-col-wrap.mt-5 {
    margin-top: var(--spacing--4);
  }

  .wrapper-col-wrap.mt-6 {
    margin-top: var(--spacing--5);
  }

  .wrapper-col-wrap.mt-8 {
    margin-top: var(--spacing--6);
  }

  .wrapper-col-wrap.mt-10, .wrapper-col-wrap.mt-12 {
    margin-top: var(--spacing--8);
  }

  .wrapper-col-wrap.mt-14 {
    margin-top: var(--spacing--10);
  }

  .wrapper-col-wrap.mb-4-5, .wrapper-col-wrap.mb-5 {
    margin-bottom: var(--spacing--4);
  }

  .wrapper-col-wrap.mb-6 {
    margin-bottom: var(--spacing--5);
  }

  .wrapper-col-wrap.mb-8 {
    margin-bottom: var(--spacing--6);
  }

  .wrapper-col-wrap.mb-10, .wrapper-col-wrap.mb-12 {
    margin-bottom: var(--spacing--8);
  }

  .wrapper-col-wrap.mb-14 {
    margin-bottom: var(--spacing--10);
  }

  .col-4-wrap, .col-3-wrap {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dsp-2xl {
    margin-bottom: var(--spacing--1);
    font-size: var(--dsp--2xl-mobile);
  }

  .dsp-xl {
    margin-bottom: var(--spacing--1);
    font-size: var(--dsp--xl-mobile);
  }

  .dsp-lg {
    margin-bottom: var(--spacing--0);
    font-size: var(--dsp--lg-mobile);
  }

  .dsp-md {
    margin-bottom: var(--spacing--1);
    font-size: var(--dsp--md-mobile);
  }

  .dsp-sm {
    margin-bottom: var(--spacing--1);
    font-size: var(--dsp--sm-mobile);
  }

  .dsp-sm.secondary.matrice-roll {
    position: relative;
    top: .5rem;
  }

  .dsp-xs {
    margin-bottom: var(--spacing--0);
    font-size: var(--dsp--xs-mobile);
  }

  .text-xl {
    font-size: var(--txt--xl-mobile);
  }

  .text-lg {
    font-size: var(--txt--lg-mobile);
  }

  .text-md {
    font-size: var(--txt--md-mobile);
  }

  .text-md.hide-desktop {
    display: block;
  }

  .text-sm {
    font-size: var(--txt--sm-mobile);
  }

  .text-xs {
    font-size: var(--txt--xs-mobile);
  }

  .rich-text img {
    margin-top: var(--spacing--1);
    margin-bottom: var(--spacing--1);
  }

  .button {
    font-size: var(--txt--sm-mobile);
  }

  .button.audio-back {
    width: 50%;
  }

  .button.audio-back._100w {
    width: 100%;
  }

  .button.audio-next {
    width: 50%;
  }

  .button.challenge-btn {
    font-size: var(--txt--xl-mobile);
  }

  .wrap-button.mt-2.horizontal-mobile {
    margin-top: 0;
  }

  .wrap-button.mt-2.first {
    order: -9999;
    width: 100%;
    margin-top: 0;
  }

  .wrap-button.mt-3, .wrap-button.mt-3-5, .wrap-button.mt-4, .wrap-button.mt-4-5, .wrap-button.mt-5 {
    margin-top: var(--spacing--2-5);
  }

  .col-6-wrap {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .wrap-card-parent-content {
    padding: 2rem;
  }

  .card-image {
    height: 180px;
  }

  .wrapper-col-tab {
    flex-direction: column;
  }

  .wrapper-col-tab.left-horizontal {
    flex-flow: wrap;
  }

  .wrapper-col-logo {
    flex-direction: row;
  }

  .field {
    font-size: var(--txt--xl-mobile);
  }

  .navbar {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-navbar {
    text-align: right;
  }

  .burger-navbar {
    margin-top: 1.25rem;
    margin-right: 1.25rem;
  }

  .menu-burger {
    padding-left: 20px;
    padding-right: 20px;
  }

  .divider-vertical.linear-white {
    display: none;
  }

  .paragraph {
    margin-bottom: var(--spacing--1);
  }

  .card_why-radar {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-position: 100% 100%;
    background-size: auto 100%;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 2.5rem;
  }

  .wrap-lightbox-card-why-radar {
    width: 100%;
    height: 6rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    transform: none;
  }

  .play-button {
    width: 3rem;
  }

  .col-4-5 {
    width: 100%;
  }

  .col-4-5.special-padding-problematique {
    padding-top: 0;
    padding-right: 0;
  }

  .wrap-logo-onde {
    min-height: 200px;
  }

  .footer {
    padding: var(--spacing--3) 2.5rem;
  }

  .bandeau-footer {
    padding: .75rem 2.5rem;
  }

  .card_man-office {
    background-position: 0%;
    padding: 2.5rem;
  }

  .logo-footer {
    align-self: flex-start;
    margin-bottom: 1rem;
  }

  .divider-footer {
    display: none;
  }

  .wrap-item-link-footer {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: 100%;
  }

  .wrap-item-link-footer.align-right {
    align-items: flex-start;
  }

  .wrap-item-link-footer.align-right.align-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column-reverse;
  }

  .div-relative.border-0-5.overflow-hidden.border-white.mb-1-5 {
    margin-bottom: 1.5rem;
  }

  .logo-radar-audio {
    order: -1;
    margin-bottom: 2rem;
    position: static;
    top: -8rem;
    transform: none;
  }

  .logo-radar-audio._404 {
    top: -1rem;
  }

  .img--onde_piste-audio {
    width: 70%;
    top: -40%;
  }

  .img_book-open {
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .card-audio {
    padding: 2rem;
  }

  .card-audio.border-card-right {
    border-bottom: 1px solid #f52935;
    border-left-style: solid;
  }

  .dsp-small {
    margin-bottom: var(--spacing--1);
  }

  .col-4-2 {
    width: 100%;
  }

  .hide-mobile {
    display: none;
  }

  .shape-right-radio {
    bottom: 47%;
  }

  .shape-left-radio {
    bottom: 49%;
  }

  .wrap-polygon {
    top: -32%;
    left: 8%;
  }

  .wrap-polygon.discussion-secrete {
    top: 8%;
    left: 22%;
  }

  .polygon-play-audio-radio, .polygon-play-audio-radio-2 {
    width: 4.5rem;
  }

  .wrap_lottie-spectre-radio {
    height: 2rem;
    top: 38%;
  }

  .wrapper-play-radio {
    width: 75px;
    height: 32px;
  }

  .wrapper-visio {
    height: auto;
    padding: 1rem;
  }

  .wrap-visio-join {
    height: auto;
  }

  .wrap-btn-join-call.test-static {
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-audio {
    font-size: var(--txt--sm-mobile);
  }

  .gradiant-btn-audio {
    height: 800%;
  }

  .content-btn-audio {
    justify-content: center;
    align-items: center;
  }

  .wrapper-bonjour-elsa.test-static {
    transform: none;
  }

  .wrap-visio-in-call {
    flex-flow: column;
    height: auto;
  }

  .wrapper-card-people-visio {
    flex-flow: wrap;
    align-items: flex-start;
    height: 380px;
    min-height: auto;
  }

  .card-people-visio {
    flex: none;
    width: 50%;
    height: 180px;
    min-height: auto;
  }

  .content-card-people {
    width: 100%;
    height: 180px;
  }

  .wrap-part-right-visio {
    justify-content: space-between;
    height: auto;
  }

  .card-chat {
    flex: 0 auto;
    height: 282px;
  }

  .video-people-visio {
    width: 100%;
  }

  .content-details-people-visio {
    padding: 0 .5rem .5rem;
  }

  .name-people-visio {
    top: .5rem;
    left: .5rem;
  }

  .wrap-content-chat {
    flex: 0 auto;
    height: 200px;
  }

  .blur-top-chat {
    height: 4rem;
  }

  .wrap-chat {
    height: 100%;
  }

  .chat {
    width: 100%;
  }

  .card-isak {
    height: 15rem;
  }

  .card-left-emission {
    width: 100%;
    height: 15rem;
    display: none;
    position: relative;
    transform: none;
  }

  .card-right-emission {
    width: 100%;
    height: 15rem;
    display: none;
    position: relative;
    top: auto;
    transform: none;
  }

  .dsp-card-grid {
    margin-bottom: var(--spacing--0);
    font-size: 1.8rem;
  }

  .container-radio {
    width: 30.5rem;
  }

  .rich-text-mentions-legale h2 {
    font-size: 1.8rem;
  }

  .wrapper-col-visio {
    flex-flow: row;
  }

  .wrap-current-emission {
    height: 20rem;
  }

  .section-emission-special {
    padding: var(--spacing--3) 2.5rem;
  }

  .bulle-chat-presentatrice {
    width: 170%;
    top: -69%;
    left: 89%;
  }

  .bulle-chat-docteur, .bulle-chat-clara, .bulle-chat-pierre {
    width: 170%;
    top: -69%;
  }

  .full-size-lottie {
    height: 500%;
  }

  .img-france-po {
    width: 6.5rem;
  }

  .wrap-lottie-pulse-red {
    right: 50%;
    transform: translate(50%, 50%);
  }

  .modal-audio-detect {
    top: -16%;
    right: -2%;
  }

  .modal-vocal-1 {
    inset: 53% auto auto -14%;
  }

  .modal-vocal-2 {
    inset: 53% -17% auto auto;
  }

  .img-card-enzo {
    width: 37%;
    inset: auto auto 0% 5%;
  }

  .img-card-paul {
    width: 37%;
    inset: auto 5% 0% auto;
  }

  .txt-empreinte-vocal-enzo, .txt-empreinte-vocal-focus-enzo, .txt-empreinte-vocal-focus-paul, .txt-empreinte-vocal-paul {
    font-size: var(--txt--xs-mobile);
  }

  .wrapper-col-discussion {
    flex-flow: row;
  }

  .wrapper-element-bateau {
    width: 60%;
    top: 10.9rem;
  }

  .cursor-diver {
    width: 15rem;
  }

  .bg-in-water {
    display: none;
  }

  .wrap-filet-poisson {
    width: 27%;
    display: none;
    right: 15%;
  }

  .wrap-filet-poisson.version-mobile {
    display: block;
  }

  .wrap-btn-precedent-pirate {
    bottom: 3.5rem;
    left: 50%;
    transform: translate(-50%);
  }

  .section-desktop-couloir, .section-desktop-chambre {
    padding: var(--spacing--3) 2.5rem;
  }

  .card-event-picture {
    align-items: center;
  }

  .show-only-mobile {
    display: block;
  }

  .dropdown-languages {
    margin-left: 0;
    margin-right: 0;
  }

  .gradiant-btn-languages {
    height: 800%;
  }

  .content-banner-social {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
  }

  .wrap-big-cta-banner {
    background-repeat: no-repeat;
    background-size: 160% 100%;
  }

  .btn-nav.w--current {
    font-size: 24px;
  }

  .field-label {
    font-size: var(--txt--xl-mobile);
  }

  .card-ajout-participant {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-participant {
    font-size: var(--txt--sm-mobile);
  }

  .submit-challenge {
    font-size: var(--txt--lg-mobile);
  }

  .wrap-text-societe-civile {
    padding-right: 2.5rem;
  }

  .card-challenge {
    margin-bottom: 1.5rem;
    padding: 2rem;
  }

  .dsp-xxs {
    margin-bottom: var(--spacing--1);
    font-size: var(--dsp--dsp-xxs-mobile);
  }

  .illu-illustration-card {
    width: 27rem;
    bottom: -49%;
    left: 9%;
  }

  .illu-invitation-card {
    width: 32rem;
    bottom: -20%;
  }

  .illu-visite-card {
    width: 60%;
    bottom: 12%;
  }

  .illu-goodies-card {
    width: 32rem;
    bottom: -39%;
    left: 50%;
    transform: translate(-50%);
  }

  .col-8-special-challenge {
    width: 100%;
  }

  .tabs-menu-asnwer-challenge {
    flex-flow: column;
  }

  .tab-link-answer-challenge {
    padding: 1rem 2.5rem;
  }

  .lighbtbox-answer-challenge, .wrap-details-answer-challenge {
    height: 300px;
  }

  .wrap-content-tab-pane-answer-challenge {
    flex-flow: column;
    height: auto;
  }

  .border-heading-right-bottom {
    bottom: 3.3rem;
  }

  .border-heading-left-bottom {
    bottom: 3.4rem;
  }

  .cadre-rouge, .cadre-rouge-2 {
    background-size: 12px, 12px, 12px, 12px, auto;
  }

  .wrap-content-3-5 {
    padding-bottom: 6rem;
  }

  .line-partez {
    display: none;
  }

  .mook-home {
    width: 100%;
    margin-top: 0;
    position: relative;
    bottom: -3rem;
    right: -3rem;
  }

  .navbar-rdr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-burger-rdr {
    padding-top: 6rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .burger-navbar-rdr {
    margin-right: 20px;
  }

  .card-event-picture-2 {
    align-items: center;
  }

  .mook-radar {
    width: 140%;
    max-width: 140%;
    position: absolute;
    inset: auto -47% -43% auto;
    transform: none;
  }

  .card-info {
    flex-flow: column;
    top: 6rem;
  }

  .wrap-content-card {
    width: 100%;
  }

  .wrap-image-card {
    width: 100%;
    height: 150px;
  }

  .balayer-wrap {
    width: 100%;
    height: 50px;
    bottom: 0;
  }

  .matrice-wrapper {
    margin-top: 3rem;
    padding-bottom: 5rem;
  }

  .matiere-aile-avion {
    display: block;
    right: -10.7rem;
  }

  .matiere-bacterie-1 {
    width: 120px;
    display: block;
    bottom: 33%;
    left: 3rem;
  }

  .matiere-bacterie-2 {
    width: 150px;
    display: block;
    bottom: 28%;
    right: 2rem;
  }

  .matiere-bacterie-3 {
    display: block;
    right: 36%;
  }

  .matiere-bacterie-4 {
    display: none;
  }

  .tabs-menu-agents {
    text-align: center;
  }

  .tab-link-agents {
    font-size: var(--txt--lg-mobile);
  }

  .card-perturbations__back {
    overflow: scroll;
    transform: translate(100%);
  }

  .card-ressources__title {
    margin-bottom: var(--spacing--0);
    font-size: var(--dsp--xs-mobile);
  }

  .circles-red-chauvot {
    width: 100%;
    bottom: -6%;
  }

  .overlay-card-scenario-mobile {
    background-color: #0000004d;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .onde-loop {
    width: 70%;
  }

  .divider-line {
    margin-bottom: 2.5rem;
    position: relative;
    top: -2rem;
  }

  .card-ressource-popup {
    max-height: 520px;
    overflow: scroll;
  }

  .card-ressource-popup__wrap-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .card-ressource-popup__wrap-list {
    font-size: 1rem;
  }

  .card-ressource-popup__cross {
    position: absolute;
  }

  .carte-radar-1, .carte-radar-2, .carte-radar-3, .carte-radar-1-bis, .carte-radar-2-bis, .carte-radar-3-bis {
    display: none;
  }

  .mens-sama-docteur {
    display: block;
  }

  .label-missile {
    font-size: var(--txt--xs-mobile);
  }

  .biofilm-tab, .biofilm-label {
    display: none;
  }

  .dsp-2xl-bis {
    margin-bottom: var(--spacing--1);
    font-size: var(--dsp--2xl-mobile);
  }

  .biofilm-in-tab, .robustesse-1, .robustesse-2, .robustesse-3 {
    display: none;
  }

  .card-ressources__wrap-icons {
    inset: 1rem 12px auto auto;
  }

  .engrenage-illu {
    top: 26%;
    right: -16%;
  }

  .caudale-1 {
    width: 260px;
    top: 19%;
  }

  .caudale-2 {
    top: 28%;
    left: 1%;
  }

  .caudale-3 {
    bottom: 13%;
    right: 8%;
  }

  .caudale-4 {
    display: none;
  }

  .caudale-5 {
    bottom: -5%;
    right: 50%;
    transform: translate(50%);
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section.relative.overflow-hidden.extra-mb {
    padding-bottom: 8rem;
  }

  .section.no-pb.relative.pt-8-75.no-padding-side-tablet {
    padding-right: var(--spacing--1-25);
    padding-left: var(--spacing--1-25);
  }

  .section.bg-disc-secrete {
    padding-top: var(--spacing--1);
    padding-bottom: var(--spacing--1);
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 100vh;
    max-height: 150vh;
    display: flex;
  }

  .section.bateau-pirate {
    margin-top: -150px;
  }

  .section.bg-picture-event {
    background-size: 500% 100%;
  }

  .section.fixed-menaces {
    height: 280px;
  }

  .section.bg-picture-event-2 {
    background-size: 500% 100%;
  }

  .wrapper-col.center-vertical.gap-0-75.mb-21 {
    margin-bottom: 2.5rem;
  }

  .wrapper-col.center-horizontal.gap-0-5-mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .wrapper-col.align-left.mt-5.caudale-part-2 {
    margin-top: 16rem;
  }

  .wrapper-col.align-left.mt-5.caudale-part-3 {
    margin-top: 14rem;
  }

  .col-8.grow-if-mobile.max-h-100h.overflow-hidden {
    max-height: 370px;
  }

  .dsp-2xl.secondary.h-hero2 {
    position: relative;
    top: -.5rem;
  }

  .dsp-sm.secondary.matrice-roll {
    font-size: 14px;
  }

  .dsp-sm.regular.text-center-mobile {
    text-align: center;
  }

  .dsp-sm.regular.missile-detail {
    font-size: 11px;
  }

  .button.audio-back, .button.audio-next {
    width: 70%;
  }

  .button.center-horizontal.gap-0-5._w-mobile {
    width: 80%;
  }

  .button.challenge-btn {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .wrap-button {
    flex-direction: column;
    align-items: flex-start;
  }

  .wrap-button.center-vertical.mt-3-5.center-mobile {
    justify-content: center;
    align-items: center;
  }

  .wrap-button.mt-1-5._100w-mobile {
    width: 100%;
  }

  .wrap-button.mt-1-5.mb-1-mobile {
    margin-bottom: 1rem;
  }

  .wrap-button.mt-2.horizontal-mobile {
    flex-flow: row;
  }

  .wrap-button.stay-center-horizontal {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .wrap-button.aign-right-mobile {
    flex-flow: row;
  }

  .card.featured {
    flex-direction: column;
  }

  .card-image.featured {
    width: 100%;
    height: 250px;
  }

  .tab {
    flex: 1;
  }

  .wrap-item-big-dropdown-menu {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .wrap-big-dropdown-item-navbar {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .second-wrapper-big-dropdown-menu {
    width: 100%;
  }

  .card_why-radar {
    background-position: 77% 40%;
    padding: 2rem;
  }

  .wrap-lightbox-card-why-radar {
    height: 4rem;
  }

  .play-button {
    width: 2.5rem;
  }

  .wrap-logo-onde {
    height: auto;
    min-height: 250px;
  }

  .footer, .bandeau-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card_man-office {
    background-position: 40%;
    padding: 2rem;
  }

  .div-relative.full-size {
    width: 100%;
  }

  .logo-radar-audio {
    width: 8rem;
    top: -8rem;
  }

  .img--onde_piste-audio {
    width: 100%;
    top: -24%;
  }

  .dsp-small.secondary.fw-400.mb-0-75.fs_mobile-0-7 {
    font-size: .7rem;
  }

  .shape-right-radio {
    bottom: 53%;
  }

  .shape-left-radio {
    bottom: 48%;
  }

  .wrap-polygon {
    z-index: 20;
    top: -57%;
    left: 3%;
  }

  .polygon-play-audio-radio, .polygon-play-audio-radio-2 {
    width: 4rem;
  }

  .wrap_lottie-spectre-radio {
    height: 2.2rem;
    top: 31%;
  }

  .wrapper-play-radio {
    width: 44px;
    height: 20px;
  }

  .wrap-visio-join {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
    height: auto;
  }

  .wrap-batterie-wifi {
    position: static;
  }

  .icon, .icon._2-6 {
    object-fit: contain;
  }

  .wrap-btn-join-call {
    width: 55%;
    position: static;
    transform: none;
  }

  .wrap-btn-join-call.test-static {
    width: 100%;
  }

  .button-audio {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .gradiant-btn-audio {
    height: 1000%;
  }

  .content-btn-audio {
    justify-content: center;
    align-items: center;
  }

  .wrap-name-visio {
    position: static;
  }

  .wrap-avatar-people-visio {
    position: static;
    top: 4%;
  }

  .wrap-avatar-people-visio.test-static {
    display: none;
  }

  .wrapper-bonjour-elsa {
    position: static;
  }

  .icon-elsa {
    width: 4.5rem;
  }

  .center-horizontal._100w-mobile {
    width: 100%;
  }

  .wrap-visio-in-call {
    height: 100%;
  }

  .wrapper-card-people-visio {
    grid-row-gap: 0rem;
    height: 370px;
  }

  .card-people-visio {
    width: 50%;
  }

  .content-card-people {
    width: 100%;
    height: 170px;
  }

  .card-chat {
    flex: 0 auto;
  }

  .card-isak {
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dsp-card-grid {
    font-size: 1.5rem;
  }

  .container-radio {
    width: 17.5rem;
  }

  .rich-text-mentions-legale h2 {
    font-size: 1.6rem;
  }

  .wrapper-col-visio {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .wrap-current-emission {
    height: 13rem;
  }

  .section-emission-special {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .bulle-chat-presentatrice {
    width: 12rem;
    top: -132%;
    left: 49%;
    transform: none;
  }

  .bulle-chat-docteur {
    width: 12rem;
    top: -105%;
    left: -59%;
    transform: none;
  }

  .bulle-chat-clara {
    width: 12rem;
    top: -119%;
    left: -111%;
    transform: none;
  }

  .bulle-chat-pierre {
    width: 12rem;
    top: -123%;
    right: 48%;
    transform: none;
  }

  .full-size-lottie {
    height: 290%;
  }

  .wrap-lottie-pulse-red {
    bottom: 63%;
  }

  .modal-audio-detect {
    top: -20%;
  }

  .text-signal-detect, .text-signal-captured {
    white-space: nowrap;
  }

  .wrap-lottie-little-onde {
    width: auto;
    height: 1.5rem;
  }

  .modal-vocal-1 {
    inset: 56% auto auto -9%;
  }

  .modal-vocal-2 {
    inset: 56% -16% auto auto;
  }

  .img-card-enzo {
    width: 63%;
    inset: auto auto 0% 10%;
    transform: none;
  }

  .img-card-paul {
    width: 63%;
    inset: auto 10% 0% auto;
    transform: none;
  }

  .wrapper-col-discussion {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    align-items: flex-start;
    padding-right: 50%;
  }

  .bg-out-water {
    max-height: 100%;
  }

  .wrapper-element-bateau {
    width: 90%;
    top: 12.5rem;
  }

  .wrap-btn-urgency-bateau {
    width: 60%;
  }

  .cursor-diver {
    width: 15rem;
    height: 10rem;
  }

  .banc-de-poisson-1 {
    width: 25%;
  }

  .banc-de-poisson-2 {
    width: 20%;
  }

  .banc-de-poisson-3 {
    width: 25%;
  }

  .bg-in-water {
    max-height: 100%;
    display: none;
  }

  .wrap-filet-poisson {
    width: 55%;
    right: -10%;
  }

  .section-desktop-couloir, .section-desktop-chambre {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .img-chambre-mobile {
    width: 100%;
    max-width: none;
    height: 100%;
    inset: -10% 0% 0%;
  }

  .cta-pop-up-mobile, .pop-up-hopital-mobile-brancard, .pop-up-hopital-mobile-fenetre, .pop-up-hopital-mobile-juliette, .pop-up-hopital-clement-mobile, .pop-up-hopital-infirimier-mobile, .pop-up-hopital-mobile-perfusion, .pop-up-hopital-mobile-materiel, .trigger-porte-rouge-button {
    width: 90%;
  }

  .gradiant-btn-languages {
    height: 1000%;
  }

  .banner-social {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .content-banner-social {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .wrap-big-cta-banner {
    background-size: 270% 100%;
  }

  .btn-nav {
    padding-left: 0;
    padding-right: 0;
  }

  .card-ajout-participant {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .card-consignes-challenge {
    padding: 2rem 2.5rem;
  }

  .illu-illustration-card {
    width: 23rem;
    bottom: -11.2rem;
    left: -7%;
  }

  .illu-invitation-card {
    bottom: -31%;
  }

  .bg-validation-challenge {
    width: 360%;
  }

  .banner-end-challenge {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    text-align: center;
    flex-flow: column;
  }

  .wrap-details-answer-challenge {
    padding: 1rem 1.5rem;
  }

  .border-heading {
    inset: -5px auto auto -5px;
  }

  .border-heading-right {
    inset: -5px -5px auto auto;
  }

  .wrap-content-3-5 {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .wrap-content-2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lottie-radar-loop {
    width: 100%;
    height: 50%;
    inset: auto 0% 0%;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .mook-radar {
    width: 200%;
    max-width: 200%;
    bottom: -22%;
    right: -70%;
  }

  .card-challenges {
    flex-flow: column;
  }

  .card-challenges:where(.w-variant-8422624e-1fdd-8d81-d2ad-cd0f6b1aa6ca) {
    flex-flow: column-reverse;
  }

  .content-card-challenge {
    width: 100%;
  }

  .image-card-challenge {
    width: 100%;
    height: 220px;
  }

  .image-challenge {
    object-position: 50% 0%;
  }

  .circle-huge {
    flex: none;
    order: -9999;
    width: 60px;
    height: 60px;
    margin-top: 0;
    left: -1rem;
  }

  .roll {
    width: 20px;
  }

  .title-rupture {
    width: 100%;
    position: relative;
    top: 0%;
    left: 0;
    transform: none;
  }

  .radar-analyse {
    width: 600px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translate(-50%)scale(1.4);
  }

  .card-info {
    width: calc(100% - 40px);
  }

  .circle {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
  }

  .wrap-content-card {
    background-image: linear-gradient(#000, #72000000 50%, #72000066), linear-gradient(#181818cc, #181818cc);
    padding: 1.5rem;
  }

  .wrap-image-card {
    display: none;
  }

  .tab-menu {
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .matrice-wrapper {
    min-height: 400px;
    padding-bottom: 3.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .matiere-aile-avion {
    bottom: 24%;
    right: -6rem;
  }

  .matiere-bacterie-1 {
    width: 80px;
    bottom: 36%;
    left: 2rem;
  }

  .matiere-bacterie-2 {
    bottom: 30%;
  }

  .matiere-bacterie-3 {
    width: 130px;
    right: 50%;
  }

  .tab-link-agents {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .card-perturbations__wrap-content-image {
    padding-bottom: 1rem;
  }

  .circles-red-chauvot {
    bottom: -1%;
  }

  .overlay-card-scenario-mobile {
    position: absolute;
    inset: 0%;
  }

  .onde-loop {
    width: 100%;
    top: -4rem;
  }

  .card-ressource-popup__wrap-content {
    flex-flow: column;
  }

  .missile-phase-5__desc-1 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .missile-phase-5__desc-2 {
    top: -48%;
  }

  .missile-phase-5__desc-3 {
    bottom: -54%;
  }

  .missile-phase-5__desc-4 {
    bottom: -42%;
  }

  .fondu-program {
    display: none;
  }

  .card-ressource-popup__text-1, .card-ressource-popup__text-2 {
    width: 100%;
  }

  .engrenage-illu {
    width: 30%;
    top: 30%;
  }

  .caudale-1 {
    top: 23%;
    right: 50%;
    transform: translate(50%);
  }

  .caudale-2 {
    display: none;
  }

  .caudale-3 {
    width: 340px;
    bottom: 15%;
    right: 50%;
    transform: translate(50%);
  }

  .missile1 {
    height: 100%;
  }

  .wrap-images-missiles {
    justify-content: center;
    align-items: center;
    height: 180px;
    display: flex;
  }
}


@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aptos';
  src: url('../fonts/Aptos-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Winnersans';
  src: url('../fonts/WinnerSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Winnersans';
  src: url('../fonts/WinnerSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Winnersans';
  src: url('../fonts/WinnerSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}