@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;
  --radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>: #150438;
  --radiant-ui-components-library-marketplace--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>: #116df8;
  --radiant-ui-components-library-marketplace--linear-color-three\<deleted\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>: #e0ecff;
  --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.deezer.title {
  background-color: var(--functional-colors--deezer);
  padding-bottom: 50px;
}

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

.section.black.title {
  width: 80%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-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.dark-grey {
  background-color: var(--shades-of-grey--grey-1);
}

.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.blue.no-background {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.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;
}

.container.relative {
  width: 80%;
  max-width: 1320px;
  position: relative;
  top: 0;
}

.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;
}

.div-bloc-zigzag.left.price {
  font-weight: 400;
}

.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.deezer {
  background-color: var(--functional-colors--deezer);
  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;
}

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

.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-9, .link-10, .link-11, .link-12 {
  color: var(--colors--primary-3);
}

.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%;
}

.div-absolute {
  width: 992px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 100px 0% auto;
}

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

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

.link-13, .link-14, .link-15, .link-16, .link-17, .link-18, .link-19, .link-20, .link-21 {
  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;
}

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

.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;
}

.grid-header-hp {
  grid-template: ". Area"
  / 2.75fr .25fr;
  width: 992px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.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;
}

.heading {
  font-size: var(--_texts---font-size--h3);
}

.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%;
}

.h2-highlight {
  position: relative;
}

.highlight-h2 {
  z-index: 0;
  width: 13%;
  position: absolute;
  inset: 4px 292px 0% auto;
}

.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;
}

.background-shapes {
  z-index: 0;
  width: auto;
  height: 100%;
  display: inline-block;
  position: absolute;
  inset: -28% 0% auto;
}

.background-shapes.mobile {
  display: none;
}

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

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section.rt-icon-box-v-ten {
  padding-top: 27px;
}

.rt-component-section.rt-footer-v-ten {
  padding-bottom: 0;
}

.rt-home-one-team-block {
  background-color: #0a0a0a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 60vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.rt-wrapper-image.rt-team-member-one {
  transform-origin: 0%;
  cursor: pointer;
  background-image: url('../images/Team-Border-Line.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-wrapper-image.rt-team-member-one:hover {
  background-image: url('../images/David-Smith.png'), url('../images/Team-Border-Line.svg');
  background-position: 0%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 39px, contain;
}

.rt-wrapper-image.rt-team-member-one.rt-blank {
  background-image: none;
  justify-content: center;
  width: 20%;
}

.rt-general-link {
  cursor: pointer;
  text-decoration: none;
}

.rt-member-image {
  object-fit: cover;
  width: 100%;
  height: 60vh;
}

.rt-mobile-team-person-responsive {
  display: none;
}

.rt-team-title-text {
  color: #fff;
  letter-spacing: .03rem;
  cursor: pointer;
  margin-bottom: 1px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
}

.rt-margin-top-sixteen {
  margin-top: 16px;
}

.rt-read-more-button-icon-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 15px;
  display: flex;
  overflow: hidden;
}

.rt-about-three-what-we-do-card-line {
  background-color: #363a46;
  width: 100%;
  height: 1px;
  margin: 30px auto 19px;
}

.rt-about-three-what-we-do-card-contain {
  z-index: 3;
  position: relative;
}

.rt-heading-five-46 {
  color: #fff;
  letter-spacing: 0;
  font-family: Outfit;
  font-size: 14px;
  line-height: 24px;
}

.rt-about-three-what-we-do-card {
  background-color: #171720;
  border-radius: 10px;
  padding: 65px 50px 59px;
  position: relative;
}

.rt-about-three-what-we-do-card-image-block {
  z-index: 5;
  position: absolute;
  inset: -60px 40px auto auto;
}

.rt-about-three-what-we-do-card-background {
  z-index: 1;
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
  opacity: 0;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.rt-link-button-2 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 30px;
}

.rt-read-more-button-buttom-inner-line {
  background-color: #fff;
  border-radius: 2px;
  width: 100%;
  min-height: 1px;
}

.rt-margin-top-thirty-five {
  margin-top: 35px;
}

.rt-read-more-button-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.rt-read-more-button-buttom-line {
  width: 100%;
  overflow: hidden;
}

.rt-read-more-button-buttom-line.rt-transparent {
  opacity: 0;
}

.rt-about-three-what-we-do-card-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 84px;
  display: grid;
}

.rt-auto-fit-3 {
  height: auto;
}

.rt-about-option {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-about-option.rt-about-last {
  margin-bottom: 0;
}

.rt-designed-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.rt-link-text {
  color: #141517;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.rt-link-text.rt-capitalized {
  text-transform: capitalize;
}

.rt-link-text.rt-capitalized.rt-change-size {
  font-size: 16px;
}

.rt-footer-links-text {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text.rt-color-dark {
  color: #000;
}

.rt-footer-links-text.rt-color-dark.rt-hover:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-copyright-content {
  max-width: 1257px;
  margin-left: auto;
  margin-right: auto;
}

.rt-social-icons-two {
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 39px;
  display: flex;
}

.rt-social-icons-two:hover {
  background-color: #fff;
  border-color: #fff;
}

.rt-footer-two-copyright-wrapper {
  border-top: 1px solid #c8cde8;
}

.rt-footer-nav-links {
  grid-row-gap: 22px;
  margin-top: 3px;
}

.rt-footer-two-container {
  max-width: 1257px;
}

.rt-copyright-middle-text {
  border-left: 1px solid #c8cde8;
  border-right: 1px solid #c8cde8;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 505px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
}

.rt-footer-two-social-wrapper {
  grid-column-gap: 15px;
  align-items: center;
  margin-left: auto;
}

.rt-footer-two-main-wrapper-2 {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 30px;
}

.rt-footer-links-gap {
  grid-row-gap: 13px;
}

.rt-copywrite-text {
  grid-column-gap: 44px;
  justify-content: flex-start;
  align-items: center;
}

.rt-text-normal {
  font-weight: 400;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.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-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

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

.image-16 {
  color: var(--colors--white);
}

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

.footer-content-2 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-2 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

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

.image-18 {
  width: 100%;
}

.footer-dark-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-content-3 {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link-3 {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

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

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

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

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

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

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

.footer-subscribe {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  position: relative;
}

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.button-primary-2.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

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

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

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

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.rt-heading-six-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark\<deleted\|variable-79795e4e-3c29-5910-ab2f-ee8b0c29c52e\>);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-heading-six-2.rt-margin-bottom-thirty.rt-newsletter-heading {
  max-width: 250px;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white\<deleted\|variable-2638b7e3-76f4-2553-5414-582d280e7f61\>);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-component-section-2.rt-footer-v-one {
  padding-bottom: 0;
}

.rt-divider {
  background-color: #00000026;
  width: 100%;
  height: 1px;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  transition: color .35s;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-main-container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-text-field-3 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  background-color: #fff0;
  border: 1px #000;
  height: 50px;
  padding-left: 0;
  padding-right: 0;
}

.rt-text-field-3::placeholder {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
}

.rt-designed-text-block {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.rt-about-option-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  letter-spacing: .32px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 26px;
}

.rt-about-option-2:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-about-option-2.rt-about-last-2 {
  margin-bottom: 0;
}

.rt-logo {
  margin-top: 10px;
  display: flex;
}

.rt-about-section {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 140px;
}

.rt-social-icons {
  border-left: 1px solid #00000026;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  max-width: 440px;
  display: grid;
}

.rt-submit-button-3 {
  background-color: var(--radiant-ui-components-library-marketplace--linear-color-three\<deleted\|variable-595e276e-75c3-6eac-6603-d1a8216b0b93\>);
  background-image: url('../images/Vector-10.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  width: 50px;
  height: 50px;
}

.rt-social-icon {
  border-right: 1px solid #00000026;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.rt-email {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  text-transform: none;
  font-size: 16px;
  font-weight: 300;
}

.rt-email:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-form-2 {
  border-bottom: 1px solid #00000026;
  justify-content: flex-start;
  align-items: stretch;
  height: 50px;
  display: flex;
  overflow: hidden;
}

.rt-copyright-and-social-icons {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.rt-licence-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  max-width: 230px;
  display: flex;
}

.rt-form-block-3 {
  width: 100%;
}

.rt-small-divider {
  background-color: #ffffff26;
  width: 191px;
  height: 1px;
  margin-top: 25px;
  margin-bottom: 35px;
}

.rt-footer-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-bottom: 100px;
}

.rt-newsletter-section {
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 467px;
}

.rt-member-icon-image.rt-yellow-icon {
  opacity: 0;
  position: absolute;
}

.rt-designed-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
}

.rt-contact-section {
  color: #d0d0d0;
  letter-spacing: .32px;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 222px;
  font-weight: 500;
}

.rt-phone-number {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark\<deleted\|variable-4662765b-9b11-3e5f-d260-f4c1e06650c9\>);
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 300;
}

.rt-phone-number:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-footer-links-text-2 {
  color: #686868;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.rt-footer-links-text-2.rt-color-dark {
  color: #000;
}

.rt-footer-links-text-2.rt-color-dark.rt-hover:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color\<deleted\|variable-7d716cca-6feb-e1e3-34d1-e80b03c86465\>);
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.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;
}

@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%;
  }

  .highlight-h2 {
    width: 12%;
    top: 4px;
    right: 368px;
  }
}

@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;
  }

  .div-bloc-zigzag.left.price {
    width: auto;
    margin-left: 60px;
    padding-right: 0;
    font-weight: 400;
  }

  .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;
  }

  .highlight-h2 {
    width: 9%;
    right: 609px;
  }

  .image-15 {
    width: 13%;
  }

  .bloc-reassurance {
    width: auto;
  }

  .rt-wrapper-image.rt-team-member-one {
    width: 30%;
  }

  .rt-wrapper-image.rt-team-member-one.rt-blank {
    width: 15%;
  }

  .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;
  }

  .container.relative {
    width: 90%;
  }

  .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;
  }

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

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .rt-home-one-team-block {
    flex-direction: column;
    height: auto;
  }

  .rt-wrapper-image.rt-team-member-one {
    background-image: none;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 40px;
    width: 100%;
  }

  .rt-wrapper-image.rt-team-member-one:hover {
    background-image: none;
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: 40px;
  }

  .rt-wrapper-image.rt-team-member-one.rt-blank {
    width: 1%;
  }

  .rt-about-three-what-we-do-card-wrap {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .rt-designed-text {
    text-align: center;
  }

  .rt-footer-v10-logo {
    flex: 1;
    display: flex;
  }

  .rt-copyright-middle-text {
    border-left-style: none;
    border-right-style: none;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .rt-footer-two-social-wrapper {
    margin-left: 0;
  }

  .rt-footer-two-main-wrapper-2 {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 40px;
  }

  .rt-copywrite-text {
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 15px;
  }

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

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

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

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

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .rt-designed-text-block {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-about-section {
    max-width: none;
  }

  .rt-social-icons {
    border: 1px solid #40454a;
    max-width: none;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-form-2 {
    width: 100%;
  }

  .rt-copyright-and-social-icons {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
  }

  .rt-licence-text {
    justify-content: center;
    align-items: center;
    max-width: none;
  }

  .rt-form-block-3 {
    width: 100%;
  }

  .rt-footer-section {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 60px;
    display: grid;
  }

  .rt-footer {
    padding-top: 60px;
  }

  .rt-newsletter-section {
    max-width: none;
  }

  .rt-designed-text-2 {
    text-align: center;
  }

  .rt-contact-section {
    max-width: none;
    margin-top: -2px;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .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%;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .rt-home-one-team-block {
    clear: both;
    flex-direction: column;
    display: block;
  }

  .rt-wrapper-image.rt-team-member-one {
    flex: none;
    width: 100%;
    height: auto;
    position: static;
  }

  .rt-about-three-what-we-do-card-wrap {
    grid-template-columns: 1fr;
  }

  .rt-footer-v10-logo {
    padding-left: 0;
  }

  .rt-footer-two-main-wrapper-2 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
  }

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

  .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-divider {
    margin-top: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .rt-logo {
    margin-top: 8px;
    padding-left: 0;
  }

  .rt-copyright-and-social-icons {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-small-divider {
    width: 60%;
  }

  .rt-footer-section {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rt-contact-section {
    margin-top: 0;
  }

  .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.relative {
    width: 90%;
    max-width: none;
  }

  .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;
  }

  .div-absolute {
    width: 90%;
    margin-top: -80px;
    bottom: 0;
  }

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

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

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

  .grid-header-hp {
    grid-template-rows: auto;
    grid-template-columns: 2.75fr 1fr;
    grid-auto-flow: column dense;
    width: 92%;
  }

  .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;
  }

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

  .highlight-h2 {
    width: 127px;
    inset: auto 0% 0% 135px;
  }

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

  .background-shapes {
    pointer-events: none;
    vertical-align: baseline;
    width: 100%;
    display: inline-block;
    inset: 0% 0% auto;
  }

  .background-shapes.desktop {
    display: none;
  }

  .background-shapes.mobile {
    width: 100%;
    max-width: none;
    height: 100%;
    display: inline-block;
    inset: -36% auto auto 0%;
  }

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

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

  .rt-home-one-team-block {
    flex-direction: column;
    display: flex;
  }

  .rt-wrapper-image.rt-team-member-one, .rt-wrapper-image.rt-team-member-one:hover {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .rt-mobile-team-person-responsive {
    text-align: center;
    margin-bottom: 40px;
    display: block;
  }

  .rt-about-three-what-we-do-card {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-about-three-what-we-do-card-image-block {
    right: 10px;
  }

  .rt-footer-two-main-wrapper-2 {
    grid-template-columns: 1fr;
  }

  .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;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

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

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

  .footer-form-two {
    padding: 20px;
  }

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

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary-2.footer-form-button {
    position: relative;
    right: 0;
  }

  .rt-small-divider {
    width: 80%;
  }

  .rt-footer-section {
    grid-template-columns: 1fr;
  }

  .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;
}