:root {
  --azur: #b4cccf;
  --indigo: #28536b;
  --white: #fffefe;
  --pistache: #cbe6c7;
  --solid-black: #437cff;
  --orchid: #fff;
  --matcha: #8fb78f;
  --peach-light: #ffc49b;
}

.image {
  padding-top: 14px;
}

.navbar {
  direction: ltr;
  letter-spacing: 3px;
  background-color: #e6e6e6;
  font-family: Inclusive Sans, sans-serif;
  font-style: normal;
}

.nav-link {
  color: var(--azur);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  font-family: mundial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  overflow: visible;
}

.nav-link.w--current {
  color: var(--azur);
}

.nav-link.cta {
  color: var(--azur);
  padding-right: 0;
  font-weight: 800;
}

.nav-link.presta {
  padding-right: 0;
}

.nav-link-2 {
  overflow: hidden;
}

.nav-menu {
  flex-flow: row;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 60px;
  font-size: 14px;
  display: flex;
}

.navbar-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--indigo);
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 70px;
  display: block;
  box-shadow: 7px 7px 20px #0003;
}

.image-2 {
  margin-left: 20px;
  padding-top: 25px;
  padding-bottom: 20px;
  position: static;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.body {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.section {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.pictos-hero {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
  padding: 42px 20px;
  display: flex;
}

.image-3, .image-4 {
  width: 80px;
}

.image-5 {
  width: 8px;
}

.div-block, .div-picto-hero {
  width: 80px;
}

.titre-1 {
  color: var(--white);
  text-align: left;
  letter-spacing: 2px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #f4ffcc00;
  text-transform: uppercase;
  margin: 11px 0 0;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: mundial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
}

.titre-1.white {
  color: var(--azur);
}

.text-block-1 {
  color: var(--indigo);
  text-align: center;
  align-self: center;
  width: 70vw;
  height: auto;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 38px;
  padding-right: 38px;
  font-family: mundial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
}

.text-block-1.ne {
  color: var(--pistache);
  font-family: mundial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.button-1 {
  background-color: var(--white);
  color: var(--solid-black);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1.5px solid #000;
  border-radius: 7px;
  align-self: center;
  width: 220px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 9px 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.button-1:hover {
  color: var(--white);
  border-color: #0000;
}

.button-1.light-blue {
  background-color: var(--azur);
  flex: 0 auto;
  order: 1;
  align-self: center;
  margin-top: 17px;
  margin-bottom: 30px;
}

.button-1.light-blue:hover {
  background-color: var(--solid-black);
  color: var(--azur);
}

.button-1.light-blue.submit {
  color: var(--orchid);
  border-width: 0;
  align-self: flex-end;
  width: 220px;
}

.button-1.light-blue.submit:hover {
  background-color: var(--indigo);
}

.button-1.light-blue.home {
  border-color: var(--indigo);
  color: var(--indigo);
  align-self: flex-start;
  width: 240px;
  margin-top: 23px;
  font-family: mundial, sans-serif;
  font-size: 15px;
}

.button-1.light-blue.home:hover {
  background-color: var(--indigo);
  color: var(--azur);
}

.button-1.light-blue.home.bis {
  align-self: center;
}

.button-1.light-blue.home.submit-button {
  align-self: flex-end;
}

.button-1.light-blue.home.centre {
  align-self: auto;
}

.button-1.yellow {
  background-color: var(--matcha);
  width: 270px;
  margin-top: 20px;
}

.button-1.yellow:hover {
  background-color: var(--solid-black);
  color: var(--matcha);
}

.button-1.green {
  border-color: var(--solid-black);
  background-color: var(--pistache);
  width: 220px;
  margin-top: 0;
  font-size: 15px;
}

.button-1.green:hover {
  background-color: var(--solid-black);
  color: var(--pistache);
}

.image-6 {
  align-self: center;
  width: 20vw;
  margin-top: 29px;
  margin-bottom: 29px;
}

.titre-2 {
  color: var(--indigo);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  min-width: 270px;
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-family: mundial, sans-serif;
  font-size: 40px;
  display: flex;
}

.titre-2.neg {
  color: var(--white);
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: mundial, sans-serif;
  font-size: 26px;
}

.titre-2.neg.question {
  background-color: var(--pistache);
  text-align: center;
  flex-flow: column;
  align-self: center;
  margin-left: 0;
  padding-left: 0;
}

.titre-2.hk {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: var(--azur);
}

.titre-2.page-presta {
  text-transform: none;
  margin-top: 0;
  font-family: alfarn-2, sans-serif;
}

.titre-2.page-presta.cta {
  text-transform: capitalize;
  height: auto;
  margin-top: 20px;
}

.titre-2.contact {
  letter-spacing: 2px;
  justify-content: center;
  align-items: flex-start;
  width: auto;
}

.titre-2.center {
  color: var(--pistache);
  text-align: center;
  width: auto;
  margin-left: 0;
}

.titre-2.question {
  color: var(--indigo);
  text-align: right;
  -webkit-text-stroke-color: var(--solid-black);
  text-transform: none;
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  margin-left: 0;
}

.titre-2.question.pink {
  color: var(--peach-light);
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 70vw;
  margin-left: 0;
}

.titre-2.g {
  z-index: 1;
  color: var(--indigo);
  text-align: left;
  letter-spacing: 5px;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 80%;
  min-width: 340px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 34px;
  position: relative;
}

.titre-2.g.clair {
  color: var(--azur);
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  max-width: 800px;
  padding-left: 20px;
  line-height: 36px;
}

.titre-2.g.h {
  letter-spacing: 5px;
  min-width: 400px;
  margin-bottom: 30px;
  font-size: 40px;
}

.titre-2.g.i {
  text-align: center;
}

.titre-2.green {
  color: var(--indigo);
  letter-spacing: 5px;
  min-width: 280px;
  font-size: 30px;
}

.titre-2.peach {
  color: #dffbff;
  letter-spacing: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.titre-2.h {
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 30px;
  font-size: 30px;
}

.titre-2.pink {
  color: var(--matcha);
  letter-spacing: 5px;
  margin-top: 0;
}

.section-2 {
  background-color: var(--white);
  color: var(--solid-black);
  -webkit-text-stroke-color: var(--white);
  border: 0 #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 45px;
  display: flex;
}

.text-block-2 {
  border: 1.5px solid var(--white);
  text-align: center;
  -webkit-text-stroke-color: var(--pistache);
  mix-blend-mode: normal;
  background-color: #fff;
  border-radius: 7px;
  width: 60vw;
  height: auto;
  margin-left: 30px;
  margin-right: 43px;
  padding: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-block-2.tms {
  z-index: 1;
  border-width: 1.5px;
  border-color: var(--pistache);
  box-shadow: 7px 7px 5px 0 var(--pistache);
  color: var(--indigo);
  text-align: center;
  text-transform: none;
  flex-flow: row;
  width: 90%;
  max-width: none;
  margin: 0;
  padding: 20px;
  font-family: mundial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  display: block;
  position: relative;
}

.text-block-2.tms.presta {
  box-shadow: none;
  color: var(--orchid);
  text-align: left;
  letter-spacing: 1px;
  background-color: #0000;
  border-width: 0;
  width: auto;
  max-width: 800px;
  margin-top: 30px;
  padding-top: 20px;
  font-size: 18px;
}

.text-block-2.tms.home {
  max-width: 900px;
}

.text-block-2.bloccta {
  box-shadow: none;
  color: var(--indigo);
  text-align: center;
  background-color: #fff0;
  border-width: 0;
  border-radius: 0;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-family: mundial, sans-serif;
  font-size: 20px;
  font-style: normal;
}

.text-block-2.bloccta.white {
  color: #dffbff;
  letter-spacing: .5px;
  font-weight: 400;
}

.text-block-2.hero-presta {
  box-shadow: none;
  color: var(--indigo);
  background-color: #fff0;
  border-width: 0;
  width: 60vw;
  font-family: mundial, sans-serif;
  font-size: 17px;
}

.text-block-2.green {
  border-color: var(--white);
  box-shadow: none;
  color: var(--pistache);
}

.div-pastilles {
  flex-flow: row;
  max-width: 910px;
  margin-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.pastille-home {
  border: 0px solid var(--white);
  color: #8fb78f;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff0;
  border-radius: 7px;
  width: 200px;
  padding: 9px 15px;
  font-family: mundial, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.pastille-home.green {
  background-color: var(--pistache);
}

.pastille-home.purple {
  background-color: var(--azur);
}

.pastille-home.pink {
  background-color: var(--azur);
  font-size: 14px;
}

.pastille-home.peach {
  background-color: var(--azur);
}

.pastille-home.pastille-2 {
  color: var(--indigo);
  text-transform: uppercase;
  width: auto;
  padding: 10px 0 0;
  font-size: 13px;
}

.pastille-home.pastille-2.white {
  background-color: #fff;
}

.text-block-l-gende {
  color: var(--matcha);
  text-align: center;
  padding-top: 10px;
  font-family: mundial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
}

.text-block-l-gende.peach {
  color: #dffbff;
  font-family: mundial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.div-block-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: wrap;
  max-width: 910px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-3 {
  border-radius: 7px;
  width: 100vw;
  margin-top: 30px;
  display: flex;
}

.div-block-3.yellow {
  flex-flow: column;
  margin-top: 0;
}

.div-block-4 {
  background-color: #e1ddff;
  width: 50%;
  height: 33vh;
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed {
  color: var(--solid-black);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--solid-black);
  align-self: center;
  width: 50px;
}

.code-embed.picto-fill {
  color: var(--solid-black);
  -webkit-text-stroke-width: 0px;
}

.code-embed.picto-fill.white {
  color: var(--white);
}

.code-embed-stroke {
  color: var(--matcha);
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: var(--solid-black);
  align-self: center;
  width: 30px;
  min-width: 30px;
}

.code-embed-stroke.cp {
  padding-top: 23px;
}

.code-embed-stroke.cp.blue {
  color: var(--indigo);
  padding-top: 0;
}

.text-block-3 {
  color: var(--indigo);
  text-align: left;
  margin-left: 20px;
  padding-left: 0;
  font-family: mundial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.text-block-3._30 {
  font-family: mundial, sans-serif;
  font-size: 20px;
}

.text-block-3.presta {
  font-family: mundial, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.div-block-6 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
}

.div-block-7 {
  text-align: center;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100vw;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.div-block-7.pink {
  background-color: #ffc49b00;
  background-image: none;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 60px;
}

.div-block-7.question {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border-top: 0 solid #fff;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 80%;
  padding-top: 17px;
}

.div-block-8 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 700px;
  margin-right: 0;
  display: flex;
}

.div-block-8.benef {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  order: 1;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 90vw;
  max-width: 980px;
  margin-top: 25px;
  padding-top: 19px;
}

.rotation-logo {
  vertical-align: baseline;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  width: 110px;
  margin-top: -78px;
  margin-right: 182px;
  display: block;
}

.section-3 {
  background-color: #ffffff4a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.section-3.hidden {
  display: none;
}

.image-7 {
  width: 390px;
  margin-top: -12px;
}

.div-titres-s3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  display: flex;
}

.carte-home {
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  min-width: 270px;
  max-width: 300px;
  margin: 15px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.carte-home:hover {
  box-shadow: 6px 7px 6px 0 var(--pistache);
  margin-top: 7px;
}

.carte-home.large {
  width: 390px;
}

.carte-home._4 {
  width: 470px;
}

.carte-home._5 {
  width: 410px;
}

.carte-home._60 {
  border: 1.5px solid var(--pistache);
  box-shadow: 7px 7px 5px 0 var(--pistache);
  color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  min-width: auto;
  max-width: none;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.carte-home._60:hover {
  color: var(--matcha);
}

.carte-home._60._40, .carte-home._60._40._50 {
  width: 50%;
}

.carte-home._60._40.home {
  padding-bottom: 0;
}

.carte-home._60._50 {
  width: 100%;
}

.carte-home._60.home {
  padding-bottom: 20px;
}

.carte-home._60._61 {
  padding: 10px;
}

.carte-home._40 {
  width: 40%;
  min-width: auto;
  max-width: 300svh;
}

.titre-3 {
  background-color: var(--indigo);
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border: 1.5px solid #000;
  border-radius: 7px 7px 0 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.titre-3:hover {
  letter-spacing: 0;
  font-style: normal;
}

.titre-3.presta {
  background-color: var(--pistache);
  color: #000;
  letter-spacing: 1px;
  font-family: alfarn-2, sans-serif;
  font-size: 20px;
}

.titre-3.presta.rose {
  background-color: var(--orchid);
}

.titre-3.presta.jaune {
  border-color: var(--pistache);
  background-color: var(--pistache);
  color: var(--indigo);
  font-family: mundial, sans-serif;
}

.titre-3.presta.purple {
  background-color: var(--indigo);
}

.titre-3.presta.bleu {
  background-color: var(--azur);
}

.titre-3.kiestce {
  background-color: var(--orchid);
  text-transform: none;
  font-family: mundial, sans-serif;
  font-size: 20px;
}

.paragraph-1 {
  background-color: #fff;
  border: 1.5px solid #000;
  border-top-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: flex-start;
  height: 120px;
  margin-bottom: 0;
  padding: 8px;
  font-size: 13px;
  display: block;
}

.paragraph-1.presta {
  border-width: 1px;
  border-color: var(--pistache);
  background-color: #fffefe;
  border-radius: 0 0 7px 7px;
  height: 220px;
  display: flex;
}

.paragraph-1.presta.jaune {
  height: 220px;
}

.paragraph-1.presta.kiestce {
  height: 250px;
}

.paragraph-1.presta._2 {
  height: 360px;
}

.link {
  color: var(--solid-black);
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
  align-self: flex-end;
  padding-right: 0;
  font-family: Inclusive Sans, sans-serif;
  font-size: 23px;
  text-decoration: none;
}

.link-block {
  border: 1.5px solid #000;
  border-top-width: 0;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  width: 100%;
  height: 30px;
  text-decoration: none;
}

.text-block-4 {
  color: #000;
  text-align: right;
  padding-top: 4px;
  padding-right: 8px;
  text-decoration: none;
}

.div-cartes {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 80vw;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.section-4 {
  background-color: var(--indigo);
  flex-flow: column;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.div-chiffre {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 310px;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

.image-8 {
  width: auto;
  height: 100px;
}

.line-chiffres {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-9, .div-block-10, .div-block-11, .div-block-12 {
  flex-flow: column;
  width: 200px;
  display: flex;
}

.section-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #ffffa800;
  background-image: linear-gradient(180deg, var(--pistache), white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 40vh;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.div-logo-partenaires {
  background-color: var(--azur);
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.image-9 {
  height: 100px;
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-13 {
  grid-column-gap: 68px;
  grid-row-gap: 68px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.form {
  flex-flow: column;
  width: 80%;
  max-width: 900px;
  display: flex;
}

.submit-button {
  width: 20%;
}

.field-label {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  margin-top: 19px;
  display: flex;
}

.div-block-14 {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-15, .div-block-16 {
  width: 49%;
}

.footer-dark {
  background-color: var(--pistache);
  border-bottom: 1px solid #e4ebf3;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 320px;
  padding: 50px 30px 15px;
  display: flex;
  position: relative;
  box-shadow: 7px 7px 18px 5px #0003;
}

.container-2 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-wrapper {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  order: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  color: var(--matcha);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: mundial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--matcha);
  margin-top: 12px;
  margin-bottom: 6px;
  font-family: mundial, sans-serif;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-link.prestatop {
  margin-top: 12px;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 9px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.heading {
  color: var(--matcha);
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: mundial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-decoration: none;
}

.icon {
  color: var(--azur);
  padding-left: 0;
}

.body-2 {
  background-color: var(--white);
}

.div-block-17 {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-left: 70px;
  display: flex;
  position: relative;
}

.section-6 {
  background-color: var(--indigo);
  padding-top: 60px;
}

.section-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-left: 0;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 60vw;
  display: flex;
}

.div-block-18.text-block-2.risques, .div-block-18.text-block-2.solution {
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 30px;
}

.section-solution {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-top: 20px;
  padding-right: 60px;
  display: flex;
}

.dropdown-link {
  border: 1px none var(--indigo);
  color: var(--indigo);
  font-family: Montserrat, sans-serif;
}

.dropdown-link:hover {
  background-color: var(--indigo);
  color: var(--azur);
}

.dropdown-link.w--current {
  color: #333;
  font-weight: 600;
}

.dropdown-list {
  background-color: var(--pistache);
  border: 1.5px solid #000;
  border-radius: 7px;
}

.dropdown-list.w--open {
  border-color: var(--indigo);
  background-color: var(--white);
  border-radius: 7px;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-19, .div-block-20 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-8 {
  background-color: var(--indigo);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.section-8.cas-pratique {
  background-color: var(--orchid);
}

.section-8.cas-pratique.jaune {
  background-color: #0000;
  background-image: linear-gradient(0deg, var(--pistache), white);
  padding-bottom: 99px;
  display: flex;
}

.section-8.cas-pratique.vert {
  background-color: var(--pistache);
}

.section-8.cas-pratique.purple {
  background-color: var(--indigo);
}

.section-8.cas-pratique.bleu {
  background-color: var(--azur);
}

.div-block-21, .div-block-22 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-23 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-24 {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 70px;
  display: flex;
  position: relative;
}

.div-block-25 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-9 {
  background-color: var(--indigo);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 500px;
  display: flex;
}

.section-9.a {
  background-color: #0000;
  flex-flow: row;
  height: 600px;
  position: relative;
}

.section-9.a.qsn {
  height: auto;
  margin-bottom: 50px;
}

.section-9.b {
  background-image: linear-gradient(#cfffd4b3, #cfffd4b3), url('../images/Capture-d’écran-2025-08-05-à-10.46.29.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-9.c {
  background-image: linear-gradient(#d4deffb3, #d4deffb3), url('../images/Capture-d’écran-2025-08-05-à-10.45.36.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-9.f {
  background-image: linear-gradient(to bottom, var(--azur), var(--azur));
}

.section-9.d {
  background-image: linear-gradient(#ffd7f4b3, #ffd7f4b3), url('../images/Capture-d’écran-2025-08-05-à-10.46.01.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-9.e {
  background-image: linear-gradient(#ffe6d9b3, #ffe6d9b3), url('../images/Capture-d’écran-2025-08-05-à-10.44.45.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-10 {
  flex: 0 auto;
  margin-left: -212px;
}

.image-10 {
  vertical-align: baseline;
  align-self: flex-start;
  margin-top: -55px;
  margin-left: 155px;
  padding-top: 0;
  display: block;
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-26, .div-block-27 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-28 {
  z-index: 1;
  align-self: auto;
  position: relative;
}

.titre-4 {
  color: #fff;
  background-color: #000;
  font-family: alfarn-2, sans-serif;
}

.div-block-29 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.section-11 {
  background-color: var(--azur);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.section-11.qsn {
  height: 200px;
}

.div-block-30 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.section-12 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  color: var(--indigo);
  text-align: center;
  text-transform: uppercase;
  font-family: mundial, sans-serif;
  font-weight: 500;
}

.div-block-32 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-33 {
  opacity: .7;
  width: 50vw;
}

.image-11 {
  align-self: center;
  padding-top: 8px;
}

.image-11.bis {
  height: 34px;
}

.div-block-34 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-span {
  color: var(--solid-black);
}

.div-block-35 {
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.background-video-2 {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.code-embed-2 {
  color: var(--solid-black);
  text-align: center;
  align-self: center;
  width: 60px;
}

.image-12 {
  align-self: center;
  width: 60px;
}

.image-13 {
  padding-top: 0;
}

.div-block-36 {
  z-index: 1;
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: center;
  align-items: center;
  max-width: 910px;
  display: flex;
  position: relative;
}

.bold-text {
  color: var(--indigo);
}

.image-14 {
  min-width: 360px;
  padding-bottom: 22px;
}

.div-block-37 {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  min-width: auto;
  display: flex;
  position: relative;
}

.image-15 {
  width: 32px;
}

.image-16 {
  width: 60px;
}

.div-block-38 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 230px;
  display: flex;
}

.div-block-39 {
  z-index: 1;
  background-image: linear-gradient(0deg, var(--pistache), white);
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-40 {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: var(--orchid);
  justify-content: center;
  width: 90%;
  max-width: 1200px;
  display: flex;
}

.div-block-40.home {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-41 {
  width: 110%;
  display: flex;
}

.heading-2 {
  color: var(--indigo);
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 80%;
  font-family: mundial, sans-serif;
  font-size: 17px;
}

.heading-2._2 {
  max-width: none;
  font-size: 25px;
}

.heading-2.qsn {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  line-height: 20px;
}

.text-block-6 {
  color: var(--indigo);
  width: 100%;
  font-family: mundial, sans-serif;
  font-size: 15px;
}

.text-block-6.qsn {
  margin-top: 10px;
  padding-top: 0;
}

.text-block-6.vert {
  color: var(--matcha);
}

.text-block-6.vert.qsn._2 {
  margin-top: 0;
  padding-top: 40px;
}

.div-block-42 {
  color: inherit;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  padding-bottom: 40px;
  display: flex;
}

.div-block-42.home {
  padding-bottom: 40px;
}

.div-block-42.bis {
  padding-bottom: 0;
}

.bold-text-2 {
  color: #dffbff;
  font-size: 13px;
}

.image-17 {
  z-index: 0;
  opacity: .5;
  align-self: auto;
  position: absolute;
  inset: 0% auto auto 11%;
}

.image-18 {
  z-index: 0;
  opacity: .5;
  position: absolute;
  left: 77px;
}

.image-19 {
  z-index: 0;
  opacity: .5;
  position: absolute;
  inset: 21% auto auto 9%;
}

.image-20 {
  z-index: 0;
  opacity: .4;
  position: absolute;
  inset: auto 5% 0% auto;
}

.image-21 {
  opacity: .4;
  position: absolute;
  inset: 156px 14% 0% auto;
}

.image-22 {
  opacity: .4;
  position: absolute;
  inset: 26% auto auto 12%;
}

.image-23 {
  z-index: 0;
  position: absolute;
  inset: auto 14% 0% auto;
}

.link-2 {
  color: inherit;
  order: 1;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 15px;
  margin-right: 15px;
  font-family: mundial, sans-serif;
  text-decoration: none;
  position: absolute;
  inset: auto 0% 0% auto;
}

.dropdown-toggle-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.video {
  height: auto;
}

.background-video-3 {
  z-index: 0;
  width: 50%;
  height: auto;
  max-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-video-3.echauffements {
  display: none;
}

.bold-text-3 {
  color: var(--white);
}

.div-block-43 {
  background-color: var(--indigo);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 600px;
  padding-left: 20px;
  display: flex;
}

.div-block-43._100 {
  width: 100%;
}

.div-block-43.qsn {
  height: 350px;
}

.div-block-44 {
  background-color: var(--indigo);
  width: 50%;
  height: 350px;
}

.div-block-45 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.bold-text-4 {
  color: var(--matcha);
  letter-spacing: 5px;
  font-family: mundial, sans-serif;
}

.bold-text-5 {
  color: #dffbff;
  font-size: 29px;
}

.utility-page-wrap {
  flex-flow: column;
  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: auto;
  display: flex;
}

.heading-3 {
  color: var(--indigo);
  margin-top: 0;
  margin-bottom: 0;
  font-family: mundial, sans-serif;
}

.image-26 {
  align-self: flex-start;
  width: 50%;
  padding-top: 10px;
  padding-left: 10px;
}

.image-26._60 {
  padding-top: 0;
  padding-left: 0;
}

.div-block-47 {
  display: flex;
}

.div-block-48 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-49 {
  display: none;
}

.video-2, .code-embed-3 {
  height: 350px;
}

.code-embed-3.mobile {
  display: none;
  overflow: visible;
}

.div-block-50 {
  width: 60%;
  margin-bottom: 20px;
}

.section-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .nav-link {
    text-align: center;
    width: 100%;
  }

  .nav-link.cta {
    padding-right: 20px;
    font-weight: 400;
  }

  .nav-link.sub {
    width: 50%;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
  }

  .nav-link.prestations {
    padding-bottom: 20px;
  }

  .nav-menu {
    background-color: var(--indigo);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-right: 60px;
  }

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

  .image-2 {
    vertical-align: middle;
    padding-top: 20px;
    display: inline-block;
  }

  .text-block-1 {
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 16px;
    line-height: 20px;
  }

  .button-1.light-blue.submit {
    color: var(--orchid);
    border-width: 0;
  }

  .button-1.light-blue.home {
    width: 199px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
  }

  .button-1.light-blue.home.submit-button {
    width: 150px;
  }

  .titre-2.contact {
    min-width: 0;
    font-size: 30px;
  }

  .titre-2.g.clair {
    font-size: 30px;
    line-height: 30px;
  }

  .titre-2.g.h {
    font-size: 25px;
  }

  .titre-2.g.i {
    width: 98%;
    margin-bottom: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .titre-2.green {
    text-align: right;
    min-width: 190px;
    font-size: 20px;
    line-height: 20px;
  }

  .titre-2.peach {
    font-size: 25px;
  }

  .titre-2.h {
    font-size: 20px;
    line-height: 20px;
  }

  .titre-2.pink {
    font-size: 25px;
  }

  .section-2 {
    padding-top: 40px;
  }

  .text-block-2.tms, .text-block-2.tms.presta {
    font-size: 16px;
  }

  .text-block-2.tms.home {
    width: 97%;
    font-size: 16px;
  }

  .div-pastilles {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .pastille-home {
    width: auto;
    font-size: 14px;
  }

  .pastille-home.pastille-2 {
    font-size: 12px;
  }

  .text-block-l-gende {
    font-size: 12px;
    font-weight: 400;
  }

  .text-block-l-gende.peach {
    font-size: 12px;
  }

  .div-block-2 {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .code-embed-stroke.cp.blue {
    display: none;
  }

  .text-block-3, .text-block-3._30 {
    font-size: 18px;
  }

  .div-block-7.pink {
    height: auto;
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .div-block-7.question {
    margin-top: 0;
  }

  .div-block-8 {
    justify-content: flex-start;
    align-items: center;
    width: 510px;
  }

  .div-block-8.benef {
    width: 100%;
    margin-top: 0;
  }

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

  .section-4 {
    padding-bottom: 20px;
  }

  .image-8 {
    width: auto;
    height: 70px;
  }

  .div-block-9 {
    flex-flow: column;
    width: 170px;
    display: flex;
  }

  .div-block-10, .div-block-11, .div-block-12 {
    width: 170px;
  }

  .section-5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-logo-partenaires {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-9 {
    flex: 0 auto;
    height: 70px;
  }

  .image-9.alsace {
    height: 85px;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .field-label {
    font-size: 12px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .div-block-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-9.a {
    height: 470px;
  }

  .div-block-29 {
    flex-flow: wrap;
  }

  .div-block-34 {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-35 {
    width: 40vw;
  }

  .image-12 {
    width: 50px;
  }

  .div-block-36 {
    margin-left: 10px;
    padding-right: 10px;
  }

  .image-16 {
    width: 50px;
  }

  .div-block-40.home {
    width: 98%;
  }

  .heading-2 {
    font-size: 16px;
    line-height: 20px;
  }

  .text-block-6 {
    width: 97%;
    font-size: 13px;
  }

  .div-block-42 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    padding-bottom: 0;
  }

  .link-2 {
    color: var(--matcha);
    order: 0;
    align-self: flex-end;
    font-size: 11px;
    position: relative;
  }

  .div-block-43 {
    height: 470px;
  }

  .icon-2 {
    color: var(--azur);
  }

  .brand {
    width: 100%;
    display: inline-block;
  }

  .brand.w--current {
    vertical-align: middle;
    flex: 1;
    align-self: auto;
    display: block;
  }

  .menu-button {
    background-color: var(--indigo);
  }

  .menu-button.w--open {
    background-color: #28536b;
  }

  .dropdown {
    display: none;
  }

  .div-block-49 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
    display: flex;
  }

  .div-block-51, .div-block-52 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .titre-1.white {
    font-size: 18px;
  }

  .text-block-1 {
    width: 90vw;
  }

  .button-1.light-blue.submit {
    align-self: center;
  }

  .button-1.light-blue.home {
    font-size: 13px;
  }

  .titre-2.g.clair {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    font-size: 25px;
    line-height: 25px;
  }

  .text-block-2.tms {
    width: auto;
    font-size: 13px;
  }

  .text-block-2.tms.presta {
    text-align: center;
    margin-top: 0;
    padding-left: 20px;
    font-size: 16px;
  }

  .text-block-2.tms.home {
    max-width: none;
  }

  .text-block-2.bloccta, .text-block-2.bloccta.white {
    font-size: 16px;
  }

  .pastille-home.pastille-2 {
    font-size: 11px;
  }

  .text-block-l-gende {
    padding-top: 0;
  }

  .text-block-l-gende.peach {
    text-align: left;
  }

  .div-block-2 {
    grid-column-gap: 53px;
    grid-row-gap: 53px;
  }

  .code-embed-stroke {
    width: 20px;
    min-width: 20px;
  }

  .code-embed-stroke.cp.blue {
    display: none;
  }

  .text-block-3.presta {
    margin-left: 10px;
    font-size: 13px;
  }

  .div-block-7.pink {
    width: 100%;
  }

  .div-block-8.benef {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
    order: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-top: 10px;
  }

  .carte-home {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .titre-3.presta.jaune {
    font-size: 20px;
  }

  .paragraph-1.presta {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-chiffre {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    width: 100%;
    padding-left: 53px;
  }

  .image-8 {
    width: 100px;
    height: auto;
  }

  .line-chiffres {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .section-5 {
    height: auto;
  }

  .image-9 {
    height: 60px;
  }

  .image-9.alsace {
    height: 70px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    flex-flow: row;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link {
    font-size: 11px;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-link.prestatop {
    margin-top: 12px;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .div-block-18.text-block-2.risques, .div-block-18.text-block-2.solution {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-9.a {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 520px;
  }

  .section-9.a.qsn {
    flex-flow: column-reverse;
  }

  .div-block-29 {
    flex-flow: column;
  }

  .div-block-38 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-left: 53px;
  }

  .div-block-40 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 90%;
  }

  .heading-2._2 {
    font-size: 15px;
  }

  .heading-2.qsn {
    text-align: left;
    align-self: flex-start;
    padding-left: 13px;
    font-size: 12px;
  }

  .heading-2.qsn.mentions {
    margin-top: 10px;
  }

  .text-block-6.qsn {
    padding-top: 20px;
    font-size: 12px;
  }

  .text-block-6.qsn.mentions {
    padding-top: 0;
  }

  .text-block-6.vert.qsn._2 {
    padding-top: 0;
    font-size: 10px;
    line-height: 12px;
  }

  .image-17 {
    top: 7%;
  }

  .background-video-3 {
    width: 100%;
    height: 50%;
    max-height: none;
  }

  .div-block-43 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50%;
    padding-left: 0;
  }

  .div-block-43.qsn {
    height: 150px;
  }

  .div-block-44 {
    flex-flow: column;
    width: 100%;
    height: 50%;
    display: flex;
  }

  .bold-text-4 {
    font-size: 25px;
  }

  .bold-text-5 {
    font-size: 25px;
    line-height: 25px;
  }

  .image-24, .image-25 {
    width: 50px;
  }

  .div-block-50.mentions {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    text-align: center;
    vertical-align: bottom;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .nav-link.sub {
    width: 100%;
  }

  .navbar-2 {
    justify-content: space-between;
    align-items: center;
    height: 70px;
  }

  .image-2 {
    width: 100px;
    margin-left: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .body {
    max-width: 100%;
  }

  .section {
    justify-content: center;
    align-items: center;
    height: 40vh;
  }

  .titre-1 {
    font-size: 17px;
  }

  .titre-1.white {
    color: #ffffffa1;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    line-height: 20px;
    display: block;
  }

  .titre-1.white.mobile {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .text-block-1 {
    font-size: 14px;
  }

  .button-1.light-blue.submit {
    color: var(--white);
    border-width: 0;
    align-self: center;
    width: 170px;
  }

  .button-1.light-blue.home {
    display: none;
  }

  .button-1.light-blue.home.submit-button {
    align-self: center;
    display: block;
  }

  .button-1.light-blue.home.centre {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
  }

  .titre-2.page-presta.cta {
    text-align: center;
    min-width: auto;
  }

  .titre-2.contact {
    min-width: 0;
  }

  .titre-2.g.clair {
    text-align: center;
    padding-top: 10px;
    font-size: 17px;
    line-height: 17px;
  }

  .titre-2.g.h {
    width: 90%;
    min-width: 0;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .titre-2.g.i {
    letter-spacing: 2px;
    min-width: auto;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 15px;
  }

  .titre-2.green {
    text-align: center;
    letter-spacing: 2px;
    min-width: auto;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 15px;
  }

  .titre-2.peach {
    min-width: auto;
    font-size: 20px;
    line-height: 20px;
  }

  .titre-2.h {
    letter-spacing: 1px;
    min-width: auto;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 15px;
  }

  .titre-2.pink {
    min-width: auto;
    font-size: 20px;
    line-height: 20px;
  }

  .section-2 {
    padding-top: 40px;
  }

  .text-block-2.tms {
    width: 97%;
    margin-top: 7px;
    padding: 10px;
    font-size: 14px;
  }

  .text-block-2.tms.presta {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 14px;
  }

  .text-block-2.tms.home {
    max-width: none;
    padding: 10px;
    font-size: 14px;
  }

  .text-block-2.bloccta {
    font-size: 15px;
  }

  .text-block-2.bloccta.white {
    letter-spacing: 0;
    width: 97%;
    font-size: 15px;
  }

  .div-pastilles {
    flex-flow: column;
    max-width: none;
  }

  .pastille-home.pastille-2 {
    text-align: left;
    letter-spacing: 1px;
  }

  .text-block-l-gende.peach {
    font-size: 12px;
  }

  .div-block-2 {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 320px;
  }

  .code-embed-stroke {
    width: 20px;
    min-width: 20px;
  }

  .text-block-3, .text-block-3._30 {
    margin-left: 15px;
    font-size: 14px;
    line-height: 14px;
  }

  .div-block-6 {
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
  }

  .div-block-7.pink {
    padding-bottom: 0;
  }

  .div-block-7.question {
    width: 98%;
  }

  .div-block-8 {
    width: 100%;
  }

  .carte-home._60 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .carte-home._60._40 {
    width: 100%;
    max-width: none;
  }

  .carte-home._60._61 {
    width: 90%;
  }

  .titre-3.presta.jaune {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
  }

  .paragraph-1.presta {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-chiffre {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    width: 98%;
    padding-left: 20px;
  }

  .image-8 {
    width: 60px;
  }

  .div-block-9, .div-block-10, .div-block-11, .div-block-12 {
    width: 90%;
  }

  .section-5 {
    flex-flow: row;
  }

  .image-9.alsace {
    height: 57px;
  }

  .div-block-13 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    padding: 10px 0;
    overflow: hidden;
  }

  .form {
    width: 95%;
    max-width: none;
  }

  .footer-dark {
    height: auto;
  }

  .container-2 {
    flex-flow: column;
    max-width: none;
  }

  .footer-wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .footer-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 20px;
  }

  .footer-block {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block.right {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .title-small {
    padding-top: 20px;
  }

  .footer-link.prestatop {
    margin-top: 12px;
  }

  .footer-social-block {
    margin-top: 0;
    margin-left: 0;
  }

  .section-7 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-24 {
    padding-left: 0;
  }

  .div-block-25 {
    flex-flow: column;
  }

  .section-9.a {
    height: auto;
    position: static;
  }

  .section-11.qsn {
    height: 110px;
  }

  .div-block-32 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-33 {
    display: none;
  }

  .div-block-35 {
    width: 100%;
  }

  .background-video-2 {
    height: 100%;
  }

  .div-block-36 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-left: 0;
    padding-right: 0;
  }

  .div-block-37 {
    width: 100%;
  }

  .div-block-38 {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    padding-left: 20px;
  }

  .div-block-40 {
    flex-flow: column;
  }

  .div-block-40.home {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
  }

  .heading-2 {
    font-size: 15px;
    line-height: 15px;
  }

  .heading-2.qsn {
    align-self: flex-start;
    margin-bottom: 5px;
    padding-left: 7px;
  }

  .text-block-6.vert.qsn._2 {
    text-align: left;
    padding-left: 7px;
  }

  .background-video-3 {
    height: 30vh;
    position: relative;
  }

  .div-block-43 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .div-block-44 {
    height: 200px;
  }

  .div-block-45 {
    width: 100%;
  }

  .bold-text-5 {
    width: 97%;
    font-size: 17px;
    line-height: 17px;
  }

  .div-block-46 {
    flex-flow: column;
    display: flex;
  }

  .brand {
    width: 100%;
  }

  .code-embed-3 {
    display: none;
  }

  .code-embed-3.mobile {
    height: 200px;
    display: block;
  }

  .section-13 {
    width: 100%;
  }

  .div-block-50.mentions {
    width: 100%;
    padding-left: 5px;
  }
}

#w-node-_6ef892be-4b84-9588-56f8-bacbbaa61253-baa61247, #w-node-_6568d50f-bb10-c056-bc58-8563660cfc82-baa61247, #w-node-_6ef892be-4b84-9588-56f8-bacbbaa6125e-baa61247 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


