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

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

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

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

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

:root {
  --_texts---font--font-family: Sosh, Georgia, sans-serif;
  --colors--black: black;
  --_texts---font-size--h1: 48px;
  --colors--white: white;
  --colors--primary-2: #ffe500;
  --_texts---font-size--h1-header: 66px;
  --_texts---font-size--h2: 40px;
  --_texts---font-size--h3: 30px;
  --_texts---font-size--h4: 24px;
  --colors--primary-1: #eb0450;
  --shades-of-grey--grey-2-variant: #f7f7f8;
  --shades-of-grey--grey-1: #333;
  --_texts---font-size--body-1: 18px;
  --_texts---font-size--body-2: 16px;
  --grey: var(--shades-of-grey--grey-2);
  --_texts---font-size--caption: 12px;
  --_texts---font-size--title-capital: 13px;
  --shades-of-grey--grey-3: #555;
  --_texts---font-size--prix: 30px;
  --_texts---font-size--prix-large: 50px;
  --colors--overlay-transparent: #fff0;
  --shades-of-grey--grey-2: #eee;
  --functional-colors--deezer: #a238ff;
  --colors--primary-3: #017acd;
  --_texts---font-size--legend: 14px;
  --_texts---font-size--h5: 20px;
  --colors--overlay-black: #0000001a;
  --shades-of-grey--grey-4: #ccc;
  --functional-colors--green: #3de35a;
  --functional-colors--red: #e70002;
  --functional-colors--blue: #26b2ff;
  --functional-colors--yellow: #ffcd0b;
  --functional-colors--green-10: #ecfdef;
  --functional-colors--red-10: #fde5e6;
  --functional-colors--blue-10: #e9f8ff;
  --functional-colors--yellow-10: #fffae7;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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: #333;
  --_texts---font--font-family: Sosh, Georgia, sans-serif;
  --_texts---font-size--h1: 48px;
  --_texts---font-size--h1-header: 66px;
  --_texts---font-size--h2: 40px;
  --_texts---font-size--h3: 30px;
  --_texts---font-size--h4: 24px;
  --_texts---font-size--body-1: 18px;
  --_texts---font-size--body-2: 16px;
  --_texts---font-size--caption: 12px;
  --_texts---font-size--title-capital: 13px;
  --_texts---font-size--prix: 30px;
  --_texts---font-size--prix-large: 50px;
  --_texts---font-size--legend: 14px;
  --_texts---font-size--h5: 20px;
  font-family: Sosh, Georgia, sans-serif;
  font-size: 37px;
  line-height: 20px;
}

h1 {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  font-size: var(--_texts---font-size--h1);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.page-wrap {
  width: auto;
}

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

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

.h1 {
  font-size: var(--_texts---font-size--h1);
  text-align: center;
  vertical-align: baseline;
  background-image: url('../images/rectangle-h1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 0 auto 20px;
  padding-bottom: 0;
  line-height: 56px;
  display: block;
  position: static;
  inset: 0% auto auto 0%;
}

.h1.left {
  text-align: left;
  background-image: none;
  width: auto;
  max-width: 992px;
  margin-bottom: 20px;
  line-height: 50px;
  position: static;
}

.h1.left.margin-60 {
  width: 80%;
  max-width: 1320px;
  margin-bottom: 60px;
  line-height: 66px;
}

.h1.left.white {
  color: var(--colors--white);
}

.h1.yellow {
  color: var(--colors--primary-2);
  font-size: var(--_texts---font-size--h1-header);
  text-align: left;
  background-image: none;
  align-self: flex-end;
  width: auto;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 15px;
}

.h1.yellow.center {
  font-size: var(--_texts---font-size--h1);
  text-align: center;
  background-image: none;
  margin-left: auto;
  margin-right: auto;
}

.h1.white {
  color: var(--colors--white);
  background-image: none;
}

.h2 {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  font-size: var(--_texts---font-size--h2);
  text-align: left;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  line-height: 48px;
  display: block;
}

.h2.center {
  text-align: center;
  width: auto;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.h2.center.divertissement {
  width: 744px;
  margin-bottom: 20px;
}

.h2.center.relative {
  z-index: 1;
  width: 100%;
  position: relative;
}

.h2.white {
  color: var(--colors--white);
  width: 100%;
  margin-bottom: 40px;
}

.h2.white.center {
  margin-bottom: 0;
}

.h2.in-bloc {
  width: 100%;
}

.h3 {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  font-size: var(--_texts---font-size--h3);
  width: 100%;
  margin: 0 auto 20px;
  line-height: 34px;
}

.h3.center {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  line-height: 40px;
}

.h3.white {
  color: var(--colors--white);
  line-height: 38px;
}

.h4 {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  font-size: var(--_texts---font-size--h4);
  margin-top: 0;
  margin-bottom: 0;
  line-height: 28px;
}

.h4.bloc-grid {
  text-align: left;
  width: 90%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  line-height: 34px;
}

.h4.bloc-redirection {
  color: var(--colors--white);
  font-weight: 700;
  line-height: 30px;
}

.h4.center {
  text-align: center;
  width: 760px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 32px;
}

.h4.pink {
  color: var(--colors--primary-1);
  margin-bottom: 10px;
  font-weight: 700;
}

.h4.white {
  color: var(--colors--white);
  font-weight: 700;
  line-height: 30px;
}

.body {
  background-color: var(--shades-of-grey--grey-2-variant);
}

.body-1 {
  font-family: var(--_texts---font--font-family);
  color: var(--shades-of-grey--grey-1);
  font-size: var(--_texts---font-size--body-1);
  width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 28px;
}

.body-1.faq {
  color: var(--shades-of-grey--grey-1);
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  line-height: 28px;
}

.body-1.subtitle {
  color: var(--shades-of-grey--grey-1);
  font-size: var(--_texts---font-size--body-1);
  width: 677px;
  margin-bottom: 0;
  line-height: 28px;
}

.body-1.center {
  text-align: center;
  line-height: 26px;
}

.body-1.white {
  color: var(--colors--white);
  margin-bottom: 10px;
}

.body-2 {
  font-family: var(--_texts---font--font-family);
  color: var(--shades-of-grey--grey-1);
  font-size: var(--_texts---font-size--body-2);
  text-align: center;
  font-weight: 500;
  line-height: 22px;
}

.body-2.card-icon {
  padding-bottom: 0;
  line-height: 20px;
}

.body-2.card-icon.left {
  color: var(--shades-of-grey--grey-1);
  font-size: var(--_texts---font-size--body-1);
  text-align: left;
  width: 100%;
  font-weight: 400;
  line-height: 24px;
}

.body-2.card-icon.center {
  font-weight: 400;
  line-height: 28px;
}

.caption {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  text-align: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
}

.caption.price-condition {
  color: var(--grey);
  font-size: var(--_texts---font-size--caption);
  text-align: left;
  width: 100%;
  margin-top: 2.5px;
  margin-bottom: 0;
  font-weight: 400;
}

.caption.price-condition.option {
  color: var(--shades-of-grey--grey-1);
  font-size: var(--_texts---font-size--title-capital);
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.caption.price-condition.option.white {
  color: var(--colors--white);
}

.caption.price-condition.center {
  text-align: left;
  width: 100%;
  margin-left: 0;
}

.caption.bons-plans {
  color: var(--colors--white);
  font-size: var(--_texts---font-size--caption);
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 21px;
}

.caption.bons-plans.up {
  margin-top: 15px;
  margin-bottom: 0;
}

.caption.bons-plans.up.black {
  color: var(--colors--black);
}

.caption.bons-plans.down {
  margin-top: 0;
  margin-bottom: 0;
}

.caption.bons-plans.down.black {
  color: var(--colors--black);
}

.caption.pass-evasion {
  color: var(--colors--white);
  font-size: var(--_texts---font-size--caption);
  text-align: left;
  width: 100%;
  font-weight: 700;
}

.caption.price {
  color: var(--shades-of-grey--grey-3);
  font-size: var(--_texts---font-size--caption);
  text-align: left;
  margin-top: 0;
  font-weight: 500;
}

.price {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--primary-2);
  font-size: var(--_texts---font-size--prix);
  text-transform: none;
  text-overflow: clip;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-right: 5px;
  font-weight: 900;
  line-height: 31px;
  text-decoration: none;
  display: block;
}

.price.large {
  color: var(--colors--primary-1);
  font-size: var(--_texts---font-size--prix-large);
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 40px;
}

.price.option {
  color: var(--colors--primary-1);
}

.price.black {
  color: var(--colors--primary-2);
  text-align: left;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.price.pink {
  color: var(--colors--primary-1);
}

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

.section {
  background-color: var(--colors--overlay-transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.section.white {
  background-color: var(--colors--white);
  width: auto;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% 0% auto;
  overflow: visible;
}

.section.white.title {
  margin-bottom: 0;
  padding-bottom: 60px;
}

.section.grey {
  background-color: var(--shades-of-grey--grey-2-variant);
  margin-bottom: 0;
}

.section.grey.title {
  background-color: var(--shades-of-grey--grey-2-variant);
  margin-bottom: 0;
  padding-bottom: 40px;
}

.section.medium-grey {
  background-color: var(--shades-of-grey--grey-2);
}

.section.deezer {
  background-color: var(--functional-colors--deezer);
}

.section.black {
  background-color: var(--colors--black);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  margin-bottom: 0;
}

.section.yellow {
  background-color: var(--colors--primary-2);
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
}

.section.yellow.no-radius {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.section.full-width {
  height: 560px;
  min-height: auto;
  max-height: none;
  position: relative;
}

.section.blue {
  background-color: var(--colors--primary-3);
  background-image: url('../images/background-shapes.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom-right-radius: 60px;
  border-bottom-left-radius: 60px;
  position: static;
}

.section.blue.homepage {
  background-image: url('../images/background-shapes.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  position: static;
}

.section.footer {
  background-color: var(--colors--black);
  color: var(--shades-of-grey--grey-1);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.title {
  width: 80%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.section.header {
  background-color: var(--colors--primary-3);
  background-image: url('../images/fond-formes-header.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 0;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1320px;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  padding-bottom: 0;
  display: flex;
  position: static;
  inset: 0% 0% 100px;
}

.container.carrousel {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.container.full-width {
  width: 100%;
  height: auto;
}

.container.full-width.divertissement {
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  position: absolute;
}

.container.full-width.error {
  background-image: url('../images/maintenance.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 6%;
  position: static;
  bottom: 0%;
}

.container.full-width.error._404 {
  background-image: url('../images/erreur-404.png');
}

.container.zigzag {
  width: 100%;
}

.container.homepage {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}

.subtitle {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  font-size: var(--_texts---font-size--h3);
  text-align: center;
  width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  line-height: 30px;
}

.image-banner {
  z-index: 3;
  vertical-align: baseline;
  background-color: #e0e0e0;
  width: auto;
  min-width: auto;
  max-width: 992px;
  height: 100%;
  max-height: 720px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: clip;
}

.image-banner.full-width {
  position: static;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid._4-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch start;
  place-items: center;
  width: 992px;
  margin-bottom: 0;
  display: grid;
}

.grid.channels {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.grid.contenu-icon {
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin-bottom: 0;
}

.grid.contenu-icon.vertical {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  margin-left: 0;
  margin-right: auto;
  display: grid;
}

.grid.app {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  background-color: var(--colors--primary-2);
  border-radius: 15px;
  grid-template-columns: 4.25fr 4fr 1.25fr;
  padding: 30px;
}

.grid.app.blue {
  background-color: var(--colors--primary-3);
}

.grid._2-cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
  width: auto;
  max-width: 715px;
}

.grid._3-cards {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 992px;
}

.grid.reassurance {
  width: 100%;
}

.abonnement-item {
  background-color: var(--colors--black);
  opacity: 1;
  border-radius: 15px;
  flex-flow: column;
  width: auto;
  min-width: 233px;
  height: 100%;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

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

.list {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  font-size: var(--_texts---font-size--body-1);
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  overflow: visible;
}

.list.paragraphe {
  color: var(--colors--primary-3);
  background-color: #0000;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 40px;
  list-style-type: none;
}

.list-item {
  float: none;
  color: var(--colors--white);
  font-size: var(--_texts---font-size--legend);
  overflow-wrap: normal;
  max-width: none;
  max-height: none;
  margin-bottom: 5px;
  padding-left: 0;
  font-weight: 400;
  text-decoration: none;
  list-style-type: none;
  position: static;
}

.bloc-image {
  border-radius: 20px;
  width: 420px;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.bloc-image.app {
  background-color: var(--colors--white);
  background-image: url('../images/Warning_On_10perc-1.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.bloc-image.assistance {
  align-self: flex-end;
  width: 40%;
  height: 100%;
  margin-top: auto;
}

.bloc-text {
  font-family: var(--_texts---font--font-family);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  font-size: 37px;
  display: flex;
  position: static;
}

.bloc-text.option {
  font-family: var(--_texts---font--font-family);
  color: var(--shades-of-grey--grey-1);
  font-size: var(--_texts---font-size--legend);
  width: auto;
  height: auto;
  margin: 8px 0 0;
  font-weight: 400;
  line-height: 21px;
  text-decoration: none;
  display: block;
}

.bloc-text.white {
  color: var(--colors--white);
  font-size: var(--_texts---font-size--legend);
  height: auto;
}

.chaine-number {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  font-size: var(--_texts---font-size--body-1);
  text-align: right;
  width: auto;
  max-width: none;
  margin-top: 0;
  padding-bottom: 20px;
  font-weight: 700;
  position: static;
  inset: auto 0% 0% auto;
}

.chaine-item {
  background-color: var(--colors--white);
  border-radius: 10px;
  width: auto;
  max-width: 182.391px;
}

.image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  display: block;
}

.bloc-icon {
  background-color: var(--shades-of-grey--grey-2);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 30px;
  display: flex;
}

.bloc-icon.left {
  background-color: var(--colors--overlay-transparent);
  font-family: var(--_texts---font--font-family);
  color: var(--shades-of-grey--grey-1);
  font-size: var(--_texts---font-size--body-1);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  width: auto;
  padding-bottom: 0;
  font-weight: 400;
  line-height: 28px;
}

.bloc-icon.left.background-full {
  background-color: var(--colors--white);
  border-radius: 15px;
  height: 100%;
  padding: 20px;
  box-shadow: 0 0 4px #0000001a;
}

.bloc-icon.center {
  background-color: var(--colors--overlay-transparent);
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 86%;
  margin-top: auto;
  margin-bottom: auto;
  padding-bottom: 0;
  display: flex;
}

.icon-card {
  vertical-align: middle;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 70%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  position: static;
  overflow: clip;
}

.icon-card.left {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}

.tools-icon {
  background-color: var(--colors--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tools-icon.left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--colors--overlay-transparent);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 33px;
  height: 33px;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

.div-icon {
  flex: 0 auto;
  order: 0;
  align-self: center;
  height: 110px;
  margin-bottom: 0;
}

.div-icon.left {
  align-self: flex-start;
  height: auto;
  margin-bottom: 20px;
  margin-right: 10px;
}

.div-icon.center {
  align-self: center;
  height: auto;
  margin-bottom: 15px;
}

.div-icon.reassurance {
  height: auto;
  margin-right: 10px;
}

.div-title {
  max-width: 80%;
  height: auto;
  min-height: auto;
  max-height: none;
}

.div-title.left {
  align-self: flex-start;
  width: 95%;
  max-width: none;
  margin-bottom: 15px;
  margin-left: 0;
  padding-left: 0;
}

.div-title.center {
  align-self: center;
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
}

.div-title.reassurance {
  align-self: center;
}

.div-body {
  font-family: var(--_texts---font--font-family);
  color: var(--shades-of-grey--grey-1);
  font-size: var(--_texts---font-size--body-2);
  max-width: 80%;
  min-height: auto;
  margin-top: 10px;
}

.div-body.left {
  align-self: flex-start;
  max-width: none;
  margin-top: 0;
  padding-bottom: 0;
}

.faq-bloc {
  border: 2px solid var(--shades-of-grey--grey-2);
  background-color: var(--colors--white);
  color: #181818;
  border-radius: 10px;
  width: 100%;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.faq-bloc.large {
  width: 80%;
  max-width: 1320px;
}

.faq-container {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  padding-top: 0;
  display: grid;
  position: relative;
}

.faq-question {
  cursor: pointer;
  padding-top: 32px;
  padding-bottom: 32px;
}

.faq-question.first {
  border-top: 1px #e5e5e5;
  max-width: none;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 20px;
  padding-bottom: 0;
}

.cf-growth-wrapper {
  background-color: #fff;
  border-radius: 22px;
  width: 100%;
  max-width: 360px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-achievements-card {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.faq-question-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq-icon {
  border: 2px none var(--colors--primary-1);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.faq-answer {
  color: #121212;
  width: 90%;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  padding-right: 0%;
}

.h5 {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  font-size: var(--_texts---font-size--h5);
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 27px;
  text-decoration: none;
}

.h5.faq {
  font-family: var(--_texts---font--font-family);
  font-size: var(--_texts---font-size--body-1);
  width: 93%;
  margin-right: auto;
  line-height: 24px;
}

.h5.card {
  color: var(--colors--white);
  font-size: var(--_texts---font-size--h5);
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto 30px;
  font-weight: 500;
  display: flex;
}

.h5.ml {
  width: auto;
  font-weight: 700;
}

.h5.white {
  color: var(--colors--white);
  margin-bottom: 5px;
}

.h5.center {
  text-align: center;
  width: 100%;
  line-height: 24px;
}

.h5.center.option {
  width: 70%;
  font-weight: 400;
  line-height: 30px;
}

.h5.left {
  margin-right: auto;
  line-height: 24px;
}

.section-2 {
  margin-bottom: 10px;
}

.image-banner-right {
  vertical-align: bottom;
  align-self: center;
  width: 90%;
  max-width: none;
  height: 90%;
  max-height: none;
  margin: auto;
  display: block;
}

.grid-download-app {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: end space-around;
  place-items: end start;
  max-width: 80%;
  margin-bottom: 0;
  padding-top: 10px;
  display: grid;
}

.image-4, .image-5 {
  max-width: 90%;
}

.div-bloc-zigzag {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  max-width: 453px;
  margin: auto 0 auto auto;
  display: block;
}

.div-bloc-zigzag.left {
  min-width: 484px;
  max-width: none;
  margin-left: auto;
  margin-right: 20px;
}

.h3-black {
  text-align: center;
  font-size: 24px;
}

.h3-black.align-left {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  font-size: var(--_texts---font-size--h3);
  text-align: left;
  margin-top: 0;
  margin-right: auto;
  line-height: 34px;
}

.grid-zigzag-image-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  justify-content: center;
  width: 100%;
}

.grid-zigzag-image-left.price {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-weight: 400;
  display: grid;
}

.image-zigzag {
  border-radius: 20px;
  width: 80%;
  max-width: none;
  height: auto;
  max-height: none;
}

.image-zigzag.header {
  width: 70%;
}

.text-zigzag {
  font-family: var(--_texts---font--font-family);
  color: var(--shades-of-grey--grey-1);
  font-size: var(--_texts---font-size--body-1);
  margin-bottom: 0;
  line-height: 26px;
}

.text-zigzag.padding-h-40 {
  color: var(--shades-of-grey--grey-1);
  font-size: var(--_texts---font-size--body-1);
  line-height: 26px;
}

.section-zigzag {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.grid-zigzag-image-right {
  grid-template-rows: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block {
  max-width: none;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
  box-shadow: 0 0 4px #0000000f;
}

.div-channel-logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 90px;
  max-height: 93px;
  margin: auto auto 10px;
  display: flex;
}

.spacer-80 {
  border: 1px none var(--colors--white);
  background-color: var(--colors--white);
  width: 992px;
  max-width: 100%;
  height: 60px;
  max-height: 60px;
  padding-top: 0;
}

.spacer-80.white {
  background-color: var(--colors--overlay-transparent);
  width: auto;
  height: 80px;
  max-height: none;
}

.spacer-80.grey {
  background-color: var(--shades-of-grey--grey-2-variant);
  width: auto;
  height: 80px;
  max-height: none;
}

.spacer-80.black {
  background-color: var(--colors--black);
  width: auto;
  height: 80px;
  max-height: none;
}

.div-line {
  border: 1px solid var(--colors--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 2px;
  margin: 20px auto;
  display: flex;
}

.div-line.dark-grey {
  border-style: none;
  border-color: var(--shades-of-grey--grey-1);
}

.columns-3 {
  width: 80%;
  max-width: 1320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.column {
  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: flex-start;
  align-items: center;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.column-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.image-app {
  border-radius: 20px;
  flex: 1;
  align-self: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin: auto;
  display: block;
  overflow: visible;
}

.image-app.banner {
  width: 80%;
}

.price-month {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--white);
  font-size: var(--_texts---font-size--body-1);
  height: 20px;
  font-weight: 700;
  text-decoration: none;
}

.price-month.option {
  color: var(--colors--black);
}

.price-month.black {
  color: var(--colors--black);
  font-size: var(--_texts---font-size--legend);
  line-height: 24px;
}

.card-option {
  pointer-events: auto;
  cursor: pointer;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  text-decoration: none;
  position: static;
  box-shadow: 0 0 4px #0000000f;
}

.image-option {
  background-color: var(--colors--black);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.bloc-info-option {
  z-index: 1;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: static;
}

.button-link-arrow {
  z-index: 2;
  color: #1a1b1f;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: 24px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% -5% auto;
}

.grid-option {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-option._3-columns {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex: 1;
  grid-template-rows: auto;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: start center;
  width: 100%;
}

.grid-option._2-columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.div-square-arrow {
  background-color: var(--colors--primary-2);
  border-radius: 5px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.image-10 {
  width: 60%;
  max-width: none;
  height: auto;
  display: block;
}

.title-card {
  z-index: 5;
  clear: none;
  color: var(--colors--black);
  font-size: var(--_texts---font-size--title-capital);
  text-align: center;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: 0 auto;
  font-weight: 900;
  display: flex;
  position: relative;
}

.mobile-item {
  background-color: var(--colors--white);
  border-radius: 15px;
  width: 232px;
  height: auto;
}

.image-11 {
  width: 167px;
  height: 205px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-subline {
  z-index: 3;
  background-color: var(--colors--primary-2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 9px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% -30px;
}

.mobile-brand {
  color: var(--colors--primary-1);
  font-size: var(--_texts---font-size--caption);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  display: flex;
}

.mobile-name {
  color: var(--colors--black);
  font-size: var(--_texts---font-size--body-1);
  text-align: center;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
}

.bouton-lien.mobile-item {
  color: var(--colors--black);
  font-size: var(--_texts---font-size--caption);
  text-align: center;
  text-transform: uppercase;
  width: 70%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
  text-decoration: underline;
}

.link-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block.mobile {
  margin-bottom: 25px;
}

.bloc-redirection {
  width: 100%;
  height: 100%;
}

.bloc-redirection.image-full-width {
  border-radius: 15px;
  width: 100%;
  height: auto;
}

.grid-redirection {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--colors--overlay-transparent);
  grid-template-rows: auto;
  width: 80%;
  max-width: 1320px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.subtitle-redirection {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--white);
  font-size: var(--_texts---font-size--body-1);
  width: 100%;
  line-height: 26px;
  text-decoration: none;
}

.bloc-univers {
  border: 0 #000;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
}

.item-redirection-link {
  border: 0px none var(--colors--overlay-transparent);
  cursor: pointer;
  border-radius: 15px;
  flex: none;
  width: 100%;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 5px #0003;
}

.text-inside-bloc {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.content-inside-bloc {
  z-index: 3;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 60%;
  margin-left: 25px;
  display: flex;
  position: absolute;
  inset: 25px 0% 25%;
}

.overlay {
  border-radius: 15px;
}

.overlay.bloc-redirection {
  background-color: var(--colors--overlay-black);
  background-image: linear-gradient(180deg, var(--colors--overlay-black) 28%, var(--colors--overlay-transparent));
  position: absolute;
  inset: 0% 0% auto;
}

.button-pink {
  z-index: 4;
  background-color: var(--colors--primary-1);
  font-family: var(--_texts---font--font-family);
  color: var(--colors--white);
  font-size: var(--_texts---font-size--body-2);
  text-align: center;
  border-radius: 5px;
  align-self: center;
  width: auto;
  min-width: 50px;
  max-width: none;
  height: 45px;
  padding: 10px 15px;
  font-weight: 700;
  text-decoration: none;
  position: static;
  inset: auto 0% 10% 5%;
}

.button-pink.static {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  min-width: auto;
  height: auto;
  margin-top: 0;
  padding: 10px 15px;
  display: flex;
  position: static;
}

.button-pink.static:hover {
  background-color: var(--colors--black);
}

.button-pink.card-univers {
  width: 140px;
  min-width: auto;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.button-pink.margin-top-40 {
  margin-top: 40px;
}

.text-button {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--white);
  font-size: var(--_texts---font-size--body-2);
  text-align: center;
  overflow-wrap: normal;
  --_texts---font--font-family: Sosh, Georgia, sans-serif;
  --_texts---font-size--h1: 48px;
  --_texts---font-size--h1-header: 66px;
  --_texts---font-size--h2: 40px;
  --_texts---font-size--h3: 30px;
  --_texts---font-size--h4: 24px;
  --_texts---font-size--body-1: 18px;
  --_texts---font-size--body-2: 16px;
  --_texts---font-size--caption: 12px;
  --_texts---font-size--title-capital: 13px;
  --_texts---font-size--prix: 30px;
  --_texts---font-size--prix-large: 50px;
  --_texts---font-size--legend: 14px;
  --_texts---font-size--h5: 20px;
  background-color: var(--colors--overlay-transparent);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  min-width: auto;
  font-weight: 700;
  display: block;
  overflow: visible;
}

.text-button:hover {
  background-color: var(--colors--overlay-transparent);
}

.div-block-3 {
  margin-top: 25px;
  margin-bottom: 30px;
  position: relative;
}

.card-bon-plan {
  background-color: var(--colors--white);
  border-radius: 15px;
  padding-bottom: 30px;
  box-shadow: 0 2px 5px #0000001a;
}

.top-card-bons-plans {
  background-color: var(--colors--black);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 230px;
  position: relative;
}

.top-card-bons-plans.background-white {
  background-color: var(--colors--overlay-transparent);
}

.description-bons-plans {
  margin-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

.tag {
  background-color: var(--colors--primary-2);
  border-radius: 6px;
  width: 89px;
  height: 29px;
  position: absolute;
  top: 25px;
  left: 25px;
}

.tag.bon-plans {
  width: 84px;
}

.text-tag {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  font-size: var(--_texts---font-size--caption);
  text-align: left;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: auto 10px auto 5px;
  padding-left: 0;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 26px;
}

.image-12 {
  width: 20px;
  height: 20px;
  margin: 5px 10px auto 5px;
  display: block;
  position: relative;
}

.line {
  border: 1px solid var(--colors--white);
  border-radius: 0;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 453px;
  margin: 20px auto 20px 0;
  display: flex;
}

.line.bons-plans {
  background-color: var(--colors--overlay-transparent);
  width: auto;
  height: 2px;
  margin: 0 25px 25px;
  display: block;
}

.line.bons-plans.visible {
  background-color: var(--shades-of-grey--grey-2);
}

.bons-plans-image {
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 130px;
  margin: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-contenu {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 261px;
  max-height: 130px;
  margin: 75px auto 25px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-contenu.bons-plans {
  max-width: none;
  max-height: 130px;
  margin-left: 25px;
  margin-right: 25px;
  inset: 0%;
}

.div-contenu.pass-evasion {
  margin-top: 0;
  margin-bottom: 25px;
  position: static;
}

.button-card {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin: auto;
  text-decoration: none;
  display: flex;
}

.button-card.left {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-left: 0;
}

.button-card.padding-40 {
  margin-top: 40px;
}

.columns-2 {
  margin-left: auto;
  margin-right: auto;
}

.image-13 {
  width: 450px;
  max-width: none;
  height: auto;
}

.list-item-bullet {
  color: var(--shades-of-grey--grey-1);
  padding-bottom: 10px;
  line-height: 28px;
  list-style-type: disc;
}

.div-price {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-price.option {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.div-price.evasion {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
}

.div-price.card {
  margin-bottom: 2.5px;
}

.div-price.card-hp {
  margin-bottom: 0;
}

.mentions-legales {
  pointer-events: auto;
  cursor: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.ml-texte {
  padding-top: 20px;
}

.ml-title-wrap {
  display: flex;
}

.ml-arrow {
  margin-left: 10px;
}

.ml-link {
  margin-top: 10px;
}

.link {
  font-family: var(--_texts---font--font-family);
  color: var(--shades-of-grey--grey-1);
  font-size: var(--_texts---font-size--body-1);
  font-weight: 400;
  line-height: 28px;
}

.link.cgu {
  color: var(--colors--primary-3);
}

.link-grey {
  color: var(--shades-of-grey--grey-1);
}

.carroussel {
  width: 992px;
  max-width: none;
}

.card-pass-evasion {
  background-color: var(--colors--black);
  border-radius: 15px;
  width: 100%;
  min-width: 233px;
  height: auto;
  padding: 25px;
}

.data {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--primary-1);
  font-size: var(--_texts---font-size--h2);
  text-align: left;
  margin-bottom: 5px;
  font-weight: 900;
  line-height: 40px;
}

.description-pass-evasion {
  margin-bottom: 30px;
}

.link-6, .link-7, .link-8 {
  color: var(--colors--primary-3);
}

.column-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 550px;
  display: flex;
}

.shape-triangle.up {
  margin-top: 80px;
}

.shape-triangle.down {
  margin-bottom: 80px;
}

.qr-code-app {
  background-color: var(--colors--white);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.div-overlay {
  z-index: 2;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--colors--overlay-transparent) 33%, var(--colors--black) 70%);
  width: 100%;
  height: 720px;
  max-height: 720px;
  position: static;
}

.div-overlay.gradient {
  z-index: 4;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--colors--overlay-transparent) 63%, var(--colors--black) 88%);
  width: 992px;
  max-width: none;
  height: 560px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0 0% auto;
}

.div-overlay.background-color {
  background-color: var(--colors--black);
  background-image: none;
  height: 560px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar {
  background-color: var(--colors--overlay-transparent);
}

.nav-link {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  font-size: var(--_texts---font-size--h5);
  padding-left: 0;
  padding-right: 20px;
  font-weight: 700;
}

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

.nav-menu {
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.spacer-60 {
  background-color: var(--colors--overlay-transparent);
  width: 100%;
  height: 60px;
}

.link-blue {
  color: var(--colors--primary-3);
  font-size: var(--_texts---font-size--body-1);
  font-weight: 400;
}

.link-white {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--white);
  font-size: var(--_texts---font-size--body-2);
  text-decoration: underline;
}

.image-full-width {
  width: 100%;
  max-width: none;
}

.image-full-width.error {
  position: static;
  inset: 0%;
}

.text-span-blue {
  color: var(--colors--primary-3);
}

.italic-text {
  text-decoration: none;
}

.link-13, .link-14 {
  color: var(--colors--primary-3);
}

.code-embed {
  background-color: var(--colors--overlay-black);
  text-align: left;
  background-image: url('../images/background-ia-sosh.avif');
  background-size: contain;
  border-radius: 15px;
  height: auto;
  margin-bottom: 0;
}

.code-embed-2 {
  font-size: 16px;
}

.h3-white {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--white);
  font-size: var(--_texts---font-size--h3);
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 37px;
}

.div-claim-header {
  width: 80%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.div-claim-logo-header {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.grid-offers._2-cards {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 100%;
  position: static;
}

.grid-offers._3-cards {
  grid-column-gap: 31px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  place-items: start;
  width: 100%;
  height: 53%;
}

.card-offer-l {
  background-color: var(--colors--primary-2);
  border-radius: 15px;
  width: 591px;
  height: 275px;
  box-shadow: 0 2px 8px #0003;
}

.card-offer-l.desktop {
  width: 100%;
  height: 100%;
}

.banner-offer-l {
  border-radius: 15px;
  width: 75%;
  height: auto;
}

.banner-offer-l.desktop {
  width: 100%;
}

.banner-offer-l.mobile {
  vertical-align: baseline;
  display: none;
}

.card-offer-m {
  background-color: var(--colors--white);
  background-image: url('../images/forfaits-mobiles.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 8px #0003;
}

.card-offer-m.yellow {
  background-color: var(--colors--primary-2);
  background-image: url('../images/boite-sosh-background.png');
  background-position: 100% 100%;
  background-size: contain;
  min-height: 240px;
  box-shadow: 0 2px 8px #0003;
}

.image-bg-offer {
  box-sizing: border-box;
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: fill;
  background-image: url('../images/boite-sosh-background.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 15px;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  overflow: clip;
}

.text-offer-bloc {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.content-offer-bloc {
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: 20px;
}

.content-offer-bloc.down {
  justify-content: flex-end;
  align-items: flex-start;
}

.text-offer {
  font-family: var(--_texts---font--font-family);
  color: var(--colors--black);
  font-size: var(--_texts---font-size--body-2);
  font-weight: 700;
  line-height: 24px;
}

.card-offer-s {
  background-color: var(--colors--white);
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: 0 2px 8px #0003;
}

.spacer-40 {
  width: 100%;
  height: 40px;
}

.container-wrap {
  background-color: var(--colors--primary-2);
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 84%;
  height: auto;
  padding: 40px;
  display: flex;
}

.bloc-assistance {
  background-color: var(--colors--primary-3);
  border-radius: 15px;
  grid-template-rows: auto;
  grid-template-columns: 2.75fr 1fr 1fr;
  display: flex;
}

.text-span {
  color: var(--colors--primary-2);
}

.div-text {
  width: 70%;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}

.image-14 {
  width: 100%;
  height: 100%;
}

.image-bloc-offer {
  box-sizing: border-box;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.image-15 {
  align-self: center;
  width: 16%;
  max-width: none;
}

.bloc-reassurance {
  background-color: var(--colors--white);
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-family: var(--_texts---font--font-family);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 80%;
  display: grid;
}

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

.title-small {
  color: var(--colors--white);
  font-size: var(--_texts---font-size--legend);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--colors--white);
  font-size: var(--_texts---font-size--legend);
  margin-top: 10px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

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

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

.footer-social-link {
  color: var(--colors--white);
  width: 15%;
  margin-left: 0;
  margin-right: 10px;
}

.footer-content-brand {
  flex-flow: column;
}

.image-17 {
  margin-bottom: 20px;
}

.image-18 {
  width: 100%;
}

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

.div-text-header {
  background-color: var(--colors--white);
  box-shadow: 8px 8px 0 0 var(--colors--primary-1), 0 2px 5px 0 #0000001a;
  border-radius: 30px 0 0;
  flex-flow: column;
  align-self: flex-start;
  width: 60%;
  padding: 30px;
  display: block;
}

.div-text-header.error {
  background-color: var(--colors--overlay-transparent);
  box-shadow: none;
}

.link-block-2 {
  text-decoration: none;
}

.bloc-icon-link {
  height: 100%;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .h2 {
    width: 100%;
  }

  .h2.center {
    width: auto;
    max-width: none;
  }

  .section.white {
    line-height: 26px;
  }

  .section.yellow {
    background-color: var(--colors--primary-2);
  }

  .section.yellow.no-radius {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .section.title {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .container.full-width.divertissement {
    width: 100%;
    height: 100%;
  }

  .container.full-width.error._404 {
    background-image: url('../images/erreur-404.png');
  }

  .image-banner {
    min-width: auto;
    max-height: 720px;
  }

  .div-icon.reassurance {
    height: auto;
    margin-right: 20px;
  }

  .div-title.reassurance {
    align-self: center;
  }

  .div-overlay {
    height: 720px;
    max-height: none;
  }

  .banner-offer-l.desktop {
    width: 100%;
  }
}

@media screen and (min-width: 1440px) {
  .page-wrap {
    background-color: var(--colors--white);
  }

  .h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .h2.center {
    width: auto;
    max-width: none;
  }

  .h4.bloc-grid {
    font-size: var(--_texts---font-size--h3);
    line-height: 40px;
  }

  .body-1.center {
    line-height: 26px;
  }

  .section {
    max-width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .section.white {
    grid-row-gap: 59px;
  }

  .section.yellow.no-radius {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .section.title {
    width: 80%;
  }

  .container {
    width: 80%;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
  }

  .container.carrousel {
    margin-left: auto;
    margin-right: auto;
  }

  .container.full-width.divertissement {
    width: 100%;
    height: 100%;
  }

  .container.full-width.error._404 {
    background-image: url('../images/erreur-404.png');
    padding-left: 4%;
  }

  .container.homepage {
    max-width: none;
  }

  .image-banner {
    height: 100%;
  }

  .grid._4-cards {
    justify-content: space-between;
    place-items: center;
    width: 100%;
  }

  .grid.contenu-icon {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1.25fr 1.25fr;
  }

  .grid.app {
    grid-template-columns: 4.25fr 3.75fr 1.25fr;
  }

  .grid._2-cards {
    width: auto;
    min-width: 60%;
    max-width: none;
  }

  .grid._3-cards {
    width: 100%;
  }

  .grid.reassurance {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: grid;
  }

  .abonnement-item {
    width: 100%;
    min-width: auto;
  }

  .bloc-image.app {
    background-image: none;
  }

  .bloc-icon.left, .bloc-icon.left.background-full {
    width: auto;
  }

  .div-icon.reassurance {
    margin-right: 15px;
  }

  .div-bloc-zigzag {
    max-width: 453px;
    margin: auto 0 auto auto;
  }

  .div-bloc-zigzag.right {
    width: 90%;
    max-width: none;
    margin-right: 60px;
  }

  .div-bloc-zigzag.left {
    margin-left: 60px;
    margin-right: auto;
  }

  .h3-black.align-left {
    font-family: var(--_texts---font--font-family);
    color: var(--colors--black);
    font-size: var(--_texts---font-size--h3);
    max-width: none;
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: auto;
    line-height: 40px;
  }

  .image-zigzag {
    max-width: 70%;
    max-height: 100%;
  }

  .text-zigzag.padding-h-40 {
    color: var(--shades-of-grey--grey-1);
    font-size: var(--_texts---font-size--body-1);
    max-width: none;
    margin-left: auto;
    line-height: 28px;
  }

  .section-zigzag {
    background-color: var(--colors--overlay-transparent);
    margin-left: auto;
    margin-right: auto;
  }

  .spacer-80.grey {
    width: auto;
  }

  .columns-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .card-option {
    width: 100%;
  }

  .image-option {
    width: 100%;
    height: auto;
  }

  .mobile-item {
    width: 100%;
  }

  .image-11 {
    width: 167px;
    height: auto;
  }

  .bloc-redirection.image-full-width {
    height: 100%;
  }

  .grid-redirection {
    margin-left: auto;
    margin-right: auto;
  }

  .content-inside-bloc {
    width: 80%;
  }

  .div-contenu.pass-evasion {
    margin-left: 0;
  }

  .carroussel {
    width: 80%;
    max-width: 1320px;
  }

  .div-overlay.gradient {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--colors--overlay-transparent) 73%, var(--colors--black) 88%);
  }

  .code-embed {
    text-align: left;
    margin-bottom: 0;
  }

  .grid-offers._2-cards {
    grid-template-columns: 2fr 1fr;
    width: 100%;
    height: auto;
  }

  .card-offer-l {
    width: 100%;
    height: 100%;
  }

  .banner-offer-l.desktop {
    width: 100%;
  }

  .card-offer-m {
    height: 100%;
  }

  .text-offer-bloc {
    width: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .section.yellow.no-radius {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .section.full-width {
    height: 560px;
  }

  .section.blue.homepage {
    background-size: 100%;
  }

  .section.title {
    max-width: 1320px;
  }

  .container {
    width: 80%;
    max-width: 1320px;
  }

  .container.full-width.divertissement {
    height: 560px;
  }

  .container.full-width.error {
    padding-left: 0;
  }

  .container.full-width.error._404 {
    background-image: url('../images/erreur-404.png');
  }

  .image-banner {
    max-width: 992px;
    max-height: 560px;
  }

  .grid.reassurance {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    grid-template-columns: 1fr 1fr 1fr .75fr;
    justify-content: start;
  }

  .bloc-icon.left.background-full {
    width: 100%;
  }

  .div-bloc-zigzag.left {
    width: 90%;
    margin-left: 60px;
    margin-right: 0;
  }

  .grid-zigzag-image-left {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-zigzag-image-left.price {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-zigzag {
    max-width: none;
    max-height: none;
  }

  .grid-zigzag-image-right {
    width: 100%;
    max-width: none;
  }

  .spacer-80.white {
    height: 100px;
  }

  .div-overlay.gradient {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--colors--overlay-transparent) 57%, var(--colors--black) 72%);
    width: 1280px;
    height: 560px;
  }

  .div-overlay.background-color {
    height: 560px;
  }

  .spacer-60 {
    height: 80px;
  }

  .code-embed {
    text-align: left;
    background-image: none;
    background-color: var(--colors--overlay-transparent);
    margin-bottom: 0;
  }

  .card-offer-m {
    width: 100%;
  }

  .image-bg-offer {
    height: 100%;
    margin-top: auto;
    margin-bottom: 0;
  }

  .container-wrap {
    width: 84%;
    max-width: 1320px;
  }

  .image-15 {
    width: 13%;
  }

  .bloc-reassurance {
    width: auto;
  }

  .footer-content {
    width: 80%;
  }
}

@media screen and (max-width: 991px) {
  .h1 {
    width: 90%;
  }

  .h2 {
    width: auto;
  }

  .h2.center, .h3.center {
    width: 94%;
  }

  .h4.center {
    width: 90%;
  }

  .body-1 {
    line-height: 26px;
  }

  .caption.price {
    margin-top: 20px;
  }

  .section.white {
    width: 100%;
  }

  .section.white.title {
    width: 94%;
    padding-bottom: 30px;
  }

  .section.grey.title {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
  }

  .section.full-width {
    height: 443px;
    min-height: auto;
  }

  .section.title {
    width: 90%;
    margin-bottom: 20px;
  }

  .container {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: none;
    margin-right: auto;
    display: block;
    overflow: auto;
  }

  .container.carrousel {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .container.full-width.divertissement {
    height: 443px;
  }

  .container.full-width.error {
    background-image: url('../images/maintenance.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
  }

  .image-banner {
    width: 100%;
    min-width: auto;
    height: 100%;
    max-height: none;
  }

  .grid._4-cards {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    justify-content: stretch;
    place-items: start;
    width: 97%;
    margin-left: auto;
  }

  .grid.channels {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    display: grid;
  }

  .grid.contenu-icon {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 100%;
  }

  .grid.contenu-icon.vertical {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
    justify-content: start;
    width: 95%;
    margin-left: 0;
    display: flex;
  }

  .grid.app {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 3fr 4.25fr 1.25fr;
    width: 100%;
    padding: 20px;
  }

  .bloc-image {
    width: 350px;
    height: 350px;
  }

  .bloc-text {
    height: 125px;
  }

  .chaine-number {
    margin-top: 5px;
  }

  .bloc-icon.left {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
  }

  .faq-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-achievements-card {
    font-size: 20px;
  }

  .faq-answer {
    padding-bottom: 0;
    padding-right: 7%;
  }

  .h5 {
    text-align: center;
    line-height: 24px;
  }

  .h5.faq {
    text-align: left;
  }

  .h5.center.option {
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .h5.left, .h5.error {
    text-align: left;
  }

  .grid-download-app {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 250px;
    max-width: none;
    padding-top: 10px;
    display: flex;
  }

  .image-4, .image-5 {
    width: 100%;
    max-width: none;
  }

  .div-bloc-zigzag.left {
    margin-right: auto;
  }

  .grid-zigzag-image-left {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-zigzag-image-left.price {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-zigzag {
    width: 100%;
    max-width: none;
  }

  .section-zigzag {
    max-width: none;
  }

  .grid-zigzag-image-right {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block {
    width: 100%;
    max-width: none;
  }

  .div-channel-logo {
    width: auto;
    height: 85px;
  }

  .spacer-80.white {
    height: 40px;
  }

  .spacer-80.grey {
    height: 40px;
    max-height: none;
  }

  .column {
    height: auto;
  }

  .column-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-app {
    height: auto;
    display: block;
  }

  .card-option {
    width: auto;
    max-width: 350.953px;
    margin-bottom: 20px;
  }

  .image-option {
    width: 100%;
    max-width: none;
    height: auto;
  }

  .grid-option._3-columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    place-content: stretch center;
    place-items: start stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .grid-redirection {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 94%;
    height: auto;
    display: grid;
  }

  .text-inside-bloc {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .content-inside-bloc {
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
    height: auto;
    padding-right: 0;
  }

  .button-pink {
    left: 25px;
  }

  .card-bon-plan {
    width: auto;
    max-width: 350.953px;
  }

  .line {
    width: 340px;
  }

  .columns-2 {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    width: 94%;
    height: auto;
    display: flex;
  }

  .mentions-legales {
    width: 94%;
  }

  .div-overlay.gradient {
    width: 100%;
    height: 100%;
    max-height: none;
  }

  .div-overlay.background-color {
    height: 100%;
    max-height: none;
  }

  .code-embed {
    text-align: left;
  }

  .div-claim-header {
    width: 90%;
  }

  .grid-offers._2-cards {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    height: auto;
    display: grid;
  }

  .grid-offers._3-cards {
    grid-column-gap: 20px;
  }

  .card-offer-m.yellow {
    --_texts---font--font-family: Sosh, Georgia, sans-serif;
    --_texts---font-size--h1: 32px;
    --_texts---font-size--h1-header: 48px;
    --_texts---font-size--h2: 26px;
    --_texts---font-size--h3: 22px;
    --_texts---font-size--h4: 20px;
    --_texts---font-size--body-1: 14px;
    --_texts---font-size--body-2: 14px;
    --_texts---font-size--caption: 12px;
    --_texts---font-size--title-capital: 13px;
    --_texts---font-size--prix: 20px;
    --_texts---font-size--prix-large: 40px;
    --_texts---font-size--legend: 14px;
    --_texts---font-size--h5: 18px;
    width: 100%;
    height: 240px;
  }

  .image-bg-offer {
    height: auto;
    margin-top: auto;
    margin-bottom: 0;
  }

  .content-offer-bloc {
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .card-offer-s.pink {
    background-color: var(--colors--primary-1);
  }

  .card-offer-s.black {
    background-color: var(--colors--black);
  }

  .spacer-40 {
    height: 31px;
  }

  .container-wrap {
    width: 90%;
    max-width: none;
    padding: 20px;
  }

  .image-bloc-offer {
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
  }

  .footer-content {
    grid-column-gap: 30px;
    width: 85.5418%;
  }

  .footer-content-brand {
    margin-right: 20px;
  }

  .div-text-header.error {
    background-color: var(--colors--overlay-transparent);
    box-shadow: none;
  }
}

@media screen and (max-width: 767px) {
  .h2.center, .h3.center, .body-1.subtitle {
    width: 92%;
  }

  .section.full-width {
    height: 340px;
  }

  .container {
    width: 94%;
  }

  .container.carrousel {
    justify-content: center;
    align-items: center;
  }

  .container.full-width.divertissement {
    height: 340px;
  }

  .container.full-width.error {
    background-image: url('../images/maintenance.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
  }

  .grid.contenu-icon, .grid.app {
    width: 100%;
  }

  .faq-answer {
    padding-right: 7%;
  }

  .h5.faq {
    text-align: left;
  }

  .div-bloc-zigzag.right {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    display: block;
  }

  .div-bloc-zigzag.left {
    margin-left: auto;
  }

  .grid-zigzag-image-left {
    flex-flow: wrap;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .grid-zigzag-image-left.price {
    flex-flow: wrap-reverse;
    display: flex;
  }

  .section-zigzag {
    display: block;
  }

  .grid-zigzag-image-right {
    flex-flow: wrap-reverse;
    grid-auto-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .item-redirection-link {
    padding-left: 0;
    padding-right: 0;
  }

  .div-overlay.gradient {
    width: 100%;
  }

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

  .footer-content {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

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

  .title-small, .footer-link {
    align-self: flex-start;
  }

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

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

  .footer-social-link {
    margin-left: 0;
    margin-right: 15px;
  }

  .footer-content-brand {
    align-self: flex-start;
  }

  .div-text-header.error {
    background-color: var(--colors--overlay-transparent);
    box-shadow: none;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_texts---font--font-family: Sosh, Georgia, sans-serif;
    --_texts---font-size--h1: 32px;
    --_texts---font-size--h1-header: 48px;
    --_texts---font-size--h2: 26px;
    --_texts---font-size--h3: 22px;
    --_texts---font-size--h4: 20px;
    --_texts---font-size--body-1: 14px;
    --_texts---font-size--body-2: 14px;
    --_texts---font-size--caption: 12px;
    --_texts---font-size--title-capital: 13px;
    --_texts---font-size--prix: 20px;
    --_texts---font-size--prix-large: 40px;
    --_texts---font-size--legend: 14px;
    --_texts---font-size--h5: 18px;
  }

  .h1 {
    background-image: none;
    width: 100%;
    line-height: 34px;
  }

  .h1.left {
    width: 100%;
    max-width: none;
    line-height: 38px;
  }

  .h1.left.margin-60 {
    width: 92%;
    max-width: none;
    margin-bottom: 40px;
    line-height: 38px;
  }

  .h1.yellow {
    margin-bottom: 0;
    margin-right: 0;
    line-height: 47px;
  }

  .h1.white {
    color: var(--colors--white);
    width: 90%;
    margin-bottom: 0;
    line-height: 38px;
  }

  .h2 {
    width: 100%;
    line-height: 31px;
  }

  .h2.center {
    width: auto;
    margin-bottom: 0;
    line-height: 32px;
  }

  .h2.center.divertissement {
    width: 260px;
    margin-bottom: 10px;
  }

  .h2.white {
    width: 100%;
    margin-bottom: 20px;
  }

  .h2.white.center {
    width: auto;
  }

  .h3 {
    line-height: 30px;
  }

  .h3.center {
    width: 100%;
    line-height: 29px;
  }

  .h4.bloc-grid {
    width: 100%;
    margin-bottom: 10px;
    line-height: 28px;
  }

  .h4.bloc-redirection {
    line-height: 26px;
  }

  .h4.pink {
    width: 100%;
  }

  .body-1, .body-1.faq {
    line-height: 22px;
  }

  .body-1.subtitle {
    width: 92%;
    line-height: 22px;
  }

  .body-1.white {
    margin-bottom: 20px;
  }

  .body-2.card-icon.left {
    font-weight: 400;
    line-height: 22px;
  }

  .price {
    line-height: 25px;
  }

  .section {
    width: 100%;
  }

  .section.white.title {
    width: 92%;
    padding-bottom: 10px;
  }

  .section.grey {
    margin-bottom: 0;
  }

  .section.grey.title {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    line-height: 18px;
  }

  .section.black {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
  }

  .section.yellow {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }

  .section.blue {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 100%;
  }

  .section.footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .section.title {
    width: 90%;
    margin-bottom: 30px;
  }

  .section.header {
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom-right-radius: 0;
  }

  .container {
    flex-flow: column;
    width: 90%;
    padding-bottom: 0;
    overflow: hidden;
  }

  .container.carrousel {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-height: none;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .container.full-width.error {
    background-image: url('../images/maintenance.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: static;
  }

  .container.error {
    background-image: url('../images/erreur-404.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .image-banner {
    box-sizing: border-box;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    max-width: none;
    margin-bottom: 20px;
  }

  .grid._4-cards {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: start;
    place-items: center start;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: grid;
    overflow: auto;
  }

  .grid.channels {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .grid.contenu-icon {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 92%;
  }

  .grid.contenu-icon.vertical {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .grid.app {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    padding: 20px;
  }

  .grid._2-cards {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 226%;
    max-width: none;
  }

  .grid._3-cards {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .grid.reassurance {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
  }

  .abonnement-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    display: block;
    position: static;
  }

  .list {
    display: block;
  }

  .bloc-image {
    width: 290px;
    height: 290px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bloc-image.app {
    width: 85%;
    height: auto;
    display: none;
  }

  .bloc-image.assistance {
    pointer-events: auto;
    display: none;
  }

  .bloc-text {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .chaine-number {
    margin-top: 5px;
    padding-bottom: 10px;
  }

  .bloc-icon.left {
    align-self: center;
    width: 100%;
  }

  .div-icon {
    height: auto;
    margin-right: 10px;
  }

  .div-title {
    align-self: center;
  }

  .div-body.left {
    max-width: 95%;
  }

  .faq-bloc {
    border-width: 2px;
    border-color: var(--shades-of-grey--grey-2);
    padding-bottom: 15px;
  }

  .faq-container {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq-question.first {
    max-width: 90%;
    margin-left: 20px;
    margin-right: 15px;
    padding-top: 15px;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-achievements-card {
    font-size: 18px;
  }

  .faq-answer {
    width: 90%;
    margin-left: 20px;
    padding-right: 10px;
  }

  .h5 {
    text-align: left;
  }

  .h5.faq {
    text-align: left;
    width: 88%;
    line-height: 22px;
  }

  .h5.card {
    text-align: left;
  }

  .h5.center.option {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    line-height: 25px;
  }

  .h5.left {
    font-weight: 700;
  }

  .image-banner-right {
    width: 100%;
    height: auto;
  }

  .grid-download-app {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    max-width: none;
    padding-top: 20px;
  }

  .image-4, .image-5 {
    width: 100%;
    max-width: none;
  }

  .div-bloc-zigzag.right {
    margin-left: 0;
  }

  .div-bloc-zigzag.left {
    min-width: auto;
    margin-right: auto;
  }

  .h3-black.align-left {
    width: 100%;
    margin-top: 10px;
    line-height: 27px;
  }

  .grid-zigzag-image-left {
    flex-flow: wrap;
    grid-auto-flow: column;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .grid-zigzag-image-left.price {
    flex-flow: wrap-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
    font-weight: 400;
    display: flex;
  }

  .image-zigzag {
    order: 0;
    align-self: auto;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .image-zigzag.header {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .text-zigzag {
    width: 100%;
    line-height: 22px;
  }

  .text-zigzag.padding-h-40 {
    line-height: 22px;
  }

  .section-zigzag {
    width: 100%;
    max-width: none;
    display: block;
  }

  .grid-zigzag-image-right {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .div-block {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-channel-logo {
    width: 100%;
    height: 80px;
  }

  .spacer-80.white, .spacer-80.grey {
    width: auto;
    height: 40px;
  }

  .columns-3 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 92%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .column {
    height: auto;
    margin-top: 40px;
    display: none;
  }

  .column-2 {
    height: auto;
  }

  .card-option {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
  }

  .grid-option._3-columns {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    flex-flow: column;
    grid-auto-flow: column;
    width: 100%;
    margin-bottom: 0;
    display: flex;
  }

  .grid-option._2-columns {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .mobile-item {
    width: 212px;
    min-width: auto;
  }

  .bouton-lien.mobile-item {
    width: 101%;
    min-width: auto;
  }

  .bloc-redirection.image-full-width {
    height: auto;
    min-height: 221px;
  }

  .grid-redirection {
    flex-flow: column;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 92%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .subtitle-redirection {
    line-height: 22px;
  }

  .text-inside-bloc {
    flex-flow: column;
  }

  .content-inside-bloc {
    justify-content: flex-start;
    align-items: flex-start;
    width: 83%;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    top: 20px;
  }

  .button-pink {
    bottom: 20px;
    left: 20px;
  }

  .button-pink.static {
    margin-top: 0;
  }

  .button-pink.card-univers {
    width: 129px;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 20px;
    left: 20px;
  }

  .line {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-card.left, .button-card.padding-40 {
    margin-top: 20px;
  }

  .columns-2 {
    flex-flow: wrap-reverse;
  }

  .image-13 {
    width: 92%;
  }

  .list-item-bullet {
    line-height: 24px;
  }

  .div-price.evasion {
    margin-bottom: 20px;
  }

  .mentions-legales {
    width: 90%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .carroussel {
    width: 96%;
    margin-right: 0;
  }

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

  .column-3 {
    display: none;
  }

  .qr-code-app {
    border-radius: 5px;
    bottom: 20px;
    left: 20px;
  }

  .spacer-60 {
    height: 30px;
  }

  .image-full-width.error {
    aspect-ratio: 1;
    object-fit: cover;
    margin-top: 160px;
  }

  .code-embed {
    text-align: left;
  }

  .h3-white {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 31px;
  }

  .h3-white.margin-top {
    margin-top: 15px;
  }

  .div-claim-header {
    width: 92%;
    position: relative;
  }

  .div-claim-logo-header {
    width: 100%;
  }

  .grid-offers._2-cards {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
    align-content: stretch;
    place-items: stretch start;
    width: 100%;
    height: auto;
  }

  .grid-offers._3-cards {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
  }

  .card-offer-l {
    flex-flow: column;
    width: 100%;
    height: 493px;
    display: block;
  }

  .card-offer-l.desktop {
    height: auto;
  }

  .banner-offer-l {
    width: 0;
    max-width: none;
    height: 0;
  }

  .banner-offer-l.desktop {
    width: 100%;
    height: auto;
    display: none;
  }

  .banner-offer-l.mobile {
    width: 100%;
    height: auto;
    display: block;
  }

  .card-offer-m {
    background-image: url('../images/forfaits-mobiles.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    width: 100%;
    height: 275px;
    padding: 20px;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .card-offer-m.yellow {
    background-image: url('../images/boite-sosh-background.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    flex-flow: column;
    width: 100%;
    height: 275px;
    padding: 20px;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .image-bg-offer {
    margin-top: auto;
  }

  .text-offer-bloc {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    display: block;
  }

  .text-offer-bloc.relative {
    width: 86%;
    position: absolute;
    inset: 20px 20px auto;
  }

  .content-offer-bloc {
    position: static;
    top: 20px;
    left: 20px;
    right: 20px;
  }

  .content-offer-bloc.down {
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: 0;
    display: flex;
  }

  .card-offer-s {
    width: 100%;
  }

  .spacer-40 {
    height: 20px;
  }

  .container-wrap {
    border-radius: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    display: block;
  }

  .div-text {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .image-15 {
    align-self: flex-start;
    width: 37%;
    margin-left: 15px;
  }

  .bloc-reassurance {
    background-color: var(--colors--white);
    border-radius: 10px;
    padding: 10px;
  }

  .footer-wrapper {
    width: 100%;
  }

  .footer-brand {
    align-self: flex-start;
  }

  .footer-content {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .footer-block {
    text-align: left;
  }

  .title-small {
    text-align: left;
    align-self: flex-start;
  }

  .footer-link {
    align-self: flex-start;
    margin-top: 6px;
  }

  .footer-social-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    margin-top: 5px;
    margin-left: 0;
    display: flex;
  }

  .footer-social-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .footer-content-brand {
    align-self: flex-start;
  }

  .div-block-4 {
    padding: 20px;
  }

  .div-text-header {
    box-shadow: 8px 8px 0 0 var(--colors--primary-1), 0 2px 5px 0 #0000001a;
    width: 97%;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 20px;
  }

  .div-text-header.error {
    background-color: var(--colors--overlay-transparent);
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

#w-node-_9e72d1e5-e6c9-5559-a70b-4d0471389a9a-ed739bed {
  justify-self: start;
}

#w-node-_57b53084-52db-15ce-037b-3f768a5fb34f-ed739bed, #w-node-_1a6d7029-a9a8-76f1-8a61-f6fd45edf3df-ed739bed {
  place-self: center start;
}

#w-node-_805159ff-72ba-6a3b-5486-4317bdbf7c17-ed739bed {
  place-self: end start;
}

#w-node-_805159ff-72ba-6a3b-5486-4317bdbf7c19-ed739bed {
  align-self: end;
}

#w-node-_16149e71-77fe-fa89-b461-5240025125c7-ed739bed {
  place-self: center start;
}

#w-node-_16149e71-77fe-fa89-b461-5240025125d4-ed739bed {
  place-self: end start;
}

#w-node-_16149e71-77fe-fa89-b461-5240025125d6-ed739bed {
  align-self: end;
}

#w-node-_1a6d7029-a9a8-76f1-8a61-f6fd45edf3ef-ed739bed, #w-node-_1a6d7029-a9a8-76f1-8a61-f6fd45edf3f6-ed739bed {
  place-self: center start;
}

#w-node-b30bf22d-61ba-7e3f-424f-2bb4f44dd6e5-ed739bed {
  place-self: start;
}

#w-node-b30bf22d-61ba-7e3f-424f-2bb4f44dd6f2-ed739bed {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ebc039e8-6e15-0143-bf63-1cf6d2d96bf1-d2d96be1, #w-node-ebc039e8-6e15-0143-bf63-1cf6d2d96bfc-d2d96be1, #w-node-ebc039e8-6e15-0143-bf63-1cf6d2d96c07-d2d96be1, #w-node-ebc039e8-6e15-0143-bf63-1cf6d2d96c16-d2d96be1, #w-node-ebc039e8-6e15-0143-bf63-1cf6d2d96c25-d2d96be1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c519be5c-de1d-54d9-ab0e-a79c954011de-954011de {
  align-self: center;
}

#w-node-_3e30b677-b269-3721-7740-600e300c70d8-300c70d1 {
  place-self: start;
}

#w-node-_57649065-2a07-f616-492f-03d6edd150b5-300c70d1 {
  place-self: auto;
}

#w-node-_63356c78-b2ee-953d-65f1-7ca1be7059a4-300c70d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0302af48-9619-97bb-0c59-2071de6078ac-de6078aa {
  justify-self: start;
}

#w-node-_0302af48-9619-97bb-0c59-2071de6078b1-de6078aa {
  place-self: center end;
}

#w-node-_68a27149-0665-5277-c6ea-34a480aab1cf-80aab1cd {
  place-self: center start;
}

#w-node-_68a27149-0665-5277-c6ea-34a480aab1d0-80aab1cd {
  justify-self: end;
}

#w-node-_00a5def1-fdd0-15d0-25e2-3c5709787028-09787028 {
  place-self: start;
}

#w-node-_1f248b34-253a-d82a-200d-1e8be685e42d-e685e42d, #w-node-e1651112-066d-5129-6a8d-54fb151a9848-151a9848, #w-node-d54bbdac-b2fe-c403-914f-688e9407174f-9407174f {
  place-self: center start;
}

#w-node-_175d61ce-946e-1a8b-93fd-cd6313232c58-13232c55 {
  place-self: end start;
}

#w-node-_88292591-bdf5-ec02-5f82-ecd9905e9274-13232c55 {
  align-self: end;
}

#w-node-_7d80bcb1-26d4-a8d5-cc19-6e408bf15192-8bf15191 {
  justify-self: start;
}

#w-node-_7d80bcb1-26d4-a8d5-cc19-6e408bf1519f-8bf15191 {
  place-self: center end;
}

#w-node-_4fe7d54e-ce48-f104-5db0-f029a8f5a507-efebf5e9 {
  justify-self: start;
}

#w-node-_4fe7d54e-ce48-f104-5db0-f029a8f5a513-efebf5e9 {
  place-self: end start;
}

#w-node-_4fe7d54e-ce48-f104-5db0-f029a8f5a515-efebf5e9 {
  align-self: end;
}

#w-node-_4fe7d54e-ce48-f104-5db0-f029a8f5a51a-efebf5e9 {
  place-self: center end;
}

#w-node-c79bb2cb-18da-0275-ddad-57700d7657fd-0d7657fb {
  place-self: center start;
}

#w-node-c79bb2cb-18da-0275-ddad-57700d76580b-0d7657fb {
  place-self: end start;
}

#w-node-c79bb2cb-18da-0275-ddad-57700d76580d-0d7657fb {
  align-self: end;
}

#w-node-de2769aa-81da-f4d4-379f-4ae8cf08c3b4-cf08c3a7 {
  place-self: end start;
}

#w-node-de2769aa-81da-f4d4-379f-4ae8cf08c3b6-cf08c3a7 {
  align-self: end;
}

#w-node-de2769aa-81da-f4d4-379f-4ae8cf08c3bb-cf08c3a7 {
  place-self: center end;
}

#w-node-c24b46dc-1fa4-c141-b588-74dd37ba3b53-37ba3b52 {
  justify-self: start;
}

#w-node-c24b46dc-1fa4-c141-b588-74dd37ba3b5f-37ba3b52 {
  place-self: end start;
}

#w-node-c24b46dc-1fa4-c141-b588-74dd37ba3b61-37ba3b52 {
  align-self: end;
}

#w-node-c24b46dc-1fa4-c141-b588-74dd37ba3b66-37ba3b52 {
  place-self: center end;
}

#w-node-ceb75e4f-f34c-bf0b-a9fa-32b69d572a52-218a2a77 {
  place-self: center start;
}

#w-node-ceb75e4f-f34c-bf0b-a9fa-32b69d572a53-218a2a77 {
  justify-self: end;
}

#w-node-e435021b-b971-47ce-98e5-df4e73143c93-73143c93 {
  place-self: center start;
}

#w-node-e435021b-b971-47ce-98e5-df4e73143ca3-73143c93 {
  place-self: end start;
}

#w-node-_3d6a1a91-0db3-f19e-7781-fad98b5c696d-8b5c696d, #w-node-cd367dcf-b3c2-0f0d-75ad-a579031b2d0e-031b2d0c {
  place-self: start;
}

#w-node-cd367dcf-b3c2-0f0d-75ad-a579031b2d12-031b2d0c {
  place-self: auto;
}

#w-node-cd367dcf-b3c2-0f0d-75ad-a579031b2d1b-031b2d0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_0302af48-9619-97bb-0c59-2071de6078ac-de6078aa, #w-node-_68a27149-0665-5277-c6ea-34a480aab1cf-80aab1cd {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_57b53084-52db-15ce-037b-3f768a5fb34f-ed739bed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_57649065-2a07-f616-492f-03d6edd150b5-300c70d1 {
    place-self: center start;
  }

  #w-node-de2769aa-81da-f4d4-379f-4ae8cf08c3bb-cf08c3a7 {
    justify-self: center;
  }

  #w-node-cd367dcf-b3c2-0f0d-75ad-a579031b2d12-031b2d0c {
    place-self: center start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ebc039e8-6e15-0143-bf63-1cf6d2d96bf1-d2d96be1 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_57b53084-52db-15ce-037b-3f768a5fb34f-ed739bed {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center start;
  }

  #w-node-_1a6d7029-a9a8-76f1-8a61-f6fd45edf3df-ed739bed {
    justify-self: start;
  }

  #w-node-_16149e71-77fe-fa89-b461-5240025125c7-ed739bed {
    place-self: start;
  }

  #w-node-ebc039e8-6e15-0143-bf63-1cf6d2d96bf1-d2d96be1 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Sosh';
  src: url('../fonts/Sosh-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sosh';
  src: url('../fonts/Sosh-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sosh';
  src: url('../fonts/Sosh-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sosh';
  src: url('../fonts/Sosh-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sosh';
  src: url('../fonts/Sosh-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}