:root {
  --white: #f0ebeb;
  --pink-1: #fa246e;
  --grey: #555;
  --black: black;
  --pink-2: #bb1f54;
}

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

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

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

strong {
  font-family: Notosanssc Subset, Arial, sans-serif;
  font-weight: 700;
}

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

.header {
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
  box-shadow: 0 3px 6px #0000000d;
}

.header-container__h1 {
  color: var(--pink-1);
  text-align: center;
  text-shadow: -1px 1px 2px #00000026;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Notosanssc Subset, Arial, sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.header-container {
  justify-content: center;
  align-items: center;
  max-width: none;
  display: block;
}

.header__logo {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-clip: border-box;
  width: 60px;
  position: static;
  inset: auto auto auto 0%;
}

.section {
  margin-top: 60px;
  margin-bottom: 40px;
}

.section__container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  max-width: 1501.5px;
  display: block;
}

.section__h1 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Noto Sans SC;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.hero__container__paragraphe {
  border: 0px solid var(--grey);
  margin-top: 40px;
  margin-bottom: 20px;
  display: block;
}

.hero__container__paragraphe__text {
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Notosanssc Subset, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.hero__container__paragraphe__line {
  border: 1px solid var(--grey);
  color: var(--grey);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 20px;
  margin-bottom: 20px;
  font-family: Notosanssc Subset, Arial, sans-serif;
  font-weight: 700;
  display: block;
}

.hero__container__paragraphe__title {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Notosanssc Subset, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  display: block;
}

.header-linkblock {
  margin-left: 20px;
  position: absolute;
  inset: auto auto auto 0%;
}

.footer-2__text {
  color: var(--pink-1);
  text-align: center;
  font-family: Notosanssc Subset, Arial, sans-serif;
  font-weight: 700;
}

.footer-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  box-shadow: 0 -3px 6px #0000000d;
}

.footer-2__link {
  text-decoration: none;
}

.footer-2__link-bold {
  color: var(--pink-1);
  font-family: Notosanssc Subset, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: underline;
}

.body-home {
  background-color: var(--white);
  background-image: url('../images/background-dazzlychine.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section-hero__column {
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: wrap;
  place-content: stretch center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.section-hero__column-l {
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  position: static;
  inset: 0%;
}

.section-hero__column-r {
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding: 0 50px;
  display: flex;
}

.section-hero {
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 95vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#f7e8eb, #fcfcfc);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 8%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
  box-shadow: 0 -3px 6px #0000000d;
}

.footer-1__div {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: inset 0 0 4px #00000026;
}

.footer-1__columns-3 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.footer-1__columns {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  place-content: center space-between;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-1__columns-1 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.footer-1__columns-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.footer-1__text {
  color: var(--pink-1);
  text-align: center;
  font-family: Notosanssc Subset, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.footer-1__link-bold {
  color: var(--pink-1);
  font-family: Noto Sans SC;
  font-style: normal;
  font-weight: 700;
  text-decoration: underline;
}

.footer-1__link-subscription {
  color: var(--pink-1);
  text-align: center;
  font-family: Notosanssc Subset, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}

.footer-1__link-subscription:hover {
  font-weight: 600;
}

.section-hero__column-l__text {
  color: var(--pink-1);
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: Sf Pro Display;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.section-hero__column-l__icon-dazzly {
  object-fit: contain;
  max-width: 25%;
}

.section-hero__column-l__div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  display: grid;
}

.section-hero_column-r__ipad {
  object-fit: contain;
  flex: 0 auto;
  align-self: center;
  height: 70vh;
}

.section-hero__column-l__logo-dazzly {
  object-fit: contain;
  max-width: 39%;
  margin-top: 4%;
}

.section-hero__column-l__div-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-hero__column-l__div-link__badge-apc {
  object-fit: contain;
  width: 80%;
  max-width: 200px;
  box-shadow: 0 3px 6px #00000026;
}

.section-hero__column-l__div-link__badge-apc:active {
  width: 75%;
  box-shadow: 0 1px 6px #0000004d;
}

.section-hero__column-l__div-link__badge-android {
  object-fit: contain;
  width: 80%;
  max-width: 200px;
  box-shadow: 0 3px 6px #00000026;
}

.section-hero__column-l__div-link__badge-android:active {
  width: 75%;
  box-shadow: 0 1px 6px #0000004d;
}

.section-badge {
  display: none;
  overflow: visible;
}

.section-hero__device {
  display: none;
}

.section-background-image {
  z-index: -1;
  background-image: url('../images/background-gems-dazzlychine.png');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.bold-text {
  font-family: Notosanssc Subset, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
}

.section__desctiption-text-table {
  color: var(--grey);
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 20px;
  font-family: Noto Sans SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

.section__paragraphe-table {
  margin-top: 16px;
  margin-bottom: 16px;
}

.hero__container__paragraphe__under__title {
  color: var(--grey);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Noto Sans SC;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  display: block;
}

.section-hero-div {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.preloader {
  z-index: 999;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.image {
  max-width: 100px;
}

.hero {
  margin-top: 60px;
  margin-bottom: 40px;
}

.hero__container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75%;
  max-width: 1501.5px;
  display: block;
}

.hero__container__paragraphe__list--number {
  color: var(--grey);
  font-family: Noto Sans SC;
  font-size: 16px;
  list-style-type: decimal;
}

.hero__container__paragraphe__list__item--number {
  font-family: Notosanssc Subset, Arial, sans-serif;
  list-style-type: decimal;
}

.hero__container__paragraphe__list--pills {
  color: var(--grey);
  font-family: Notosanssc Subset, Arial, sans-serif;
  font-size: 16px;
  list-style-type: disc;
}

.hero__container__paragraphe__list__item--pills {
  font-family: Notosanssc Subset, Arial, sans-serif;
  list-style-type: none;
}

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

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

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

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

  .section-hero__column {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
  }

  .section-hero__column-l {
    padding-left: 50px;
  }

  .footer_1 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero__container {
    width: 60%;
  }
}

@media screen and (min-width: 1440px) {
  .section-hero__column {
    grid-column-gap: 110px;
    grid-row-gap: 110px;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-container__h1 {
    font-size: 40px;
  }

  .header__logo {
    width: 50px;
  }

  .section {
    margin-top: 40px;
  }

  .section__container {
    width: 90%;
    max-width: none;
  }

  .body-home {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/background-dazzlychine-tablet.png');
    background-position: 50%;
    background-attachment: scroll;
    background-clip: border-box;
    overflow: visible;
  }

  .section-hero__column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section-hero__column-l, .section-hero__column-r {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
  }

  .section-hero {
    height: auto;
    margin: 20px 60px 40px;
  }

  .footer_1 {
    padding: 20px 20px 100px;
    position: static;
  }

  .footer-1__columns-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .footer-1__columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap-reverse;
    place-content: center space-between;
    align-self: stretch;
    max-width: none;
  }

  .footer-1__columns-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-1__columns-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: center;
    align-items: center;
  }

  .footer-1__text {
    font-size: 16px;
  }

  .footer-1__link-bold {
    text-decoration: underline;
  }

  .footer-1__link-subscription {
    text-align: center;
    font-size: 16px;
  }

  .section-hero__column-l__text {
    margin-bottom: 0;
  }

  .section-hero__column-l__icon-dazzly {
    max-width: 110px;
  }

  .section-hero__column-l__div {
    display: none;
  }

  .section-hero_column-r__ipad {
    max-width: 490px;
    height: auto;
  }

  .section-hero__column-l__logo-dazzly {
    max-width: 160px;
  }

  .section-hero__column-l__div-link__badge-apc, .section-hero__column-l__div-link__badge-android {
    display: block;
  }

  .section-badge__container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .section-badge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    position: fixed;
    inset: auto 0% 3%;
    overflow: visible;
  }

  .section-badge-container__div-link {
    justify-content: center;
    align-self: auto;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .section-hero__device {
    display: none;
  }

  .section-background-image {
    z-index: -10;
    background-image: url('../images/background-dazzlychine-tablet.png');
    background-position: 50%;
    background-size: cover;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .hero {
    margin-top: 40px;
  }

  .hero__container {
    width: 90%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-container__h1 {
    font-size: 32px;
  }

  .header__logo {
    width: 40px;
  }

  .section__h1 {
    font-size: 26px;
  }

  .header-linkblock {
    margin-left: 10px;
  }

  .body-home {
    overflow: visible;
  }

  .section-hero__column {
    height: auto;
  }

  .section-hero__column-r {
    display: none;
  }

  .section-hero {
    flex-flow: column;
    margin-bottom: 40px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .footer_1 {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .footer-1__columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-1__columns-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap;
  }

  .footer-1__columns-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-1__text, .footer-1__link-subscription {
    font-size: 16px;
  }

  .section-hero__column-l__icon-dazzly {
    max-width: 100px;
  }

  .section-hero__column-l__logo-dazzly {
    max-width: 130px;
  }

  .section-hero__device-iphone {
    margin-left: 0;
    margin-right: 0;
  }

  .section-hero__device {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .header-container__h1 {
    font-size: 20px;
  }

  .header__logo {
    width: 30px;
  }

  .section {
    margin-top: 20px;
  }

  .body-home {
    overflow: visible;
  }

  .section-hero__column {
    height: auto;
  }

  .section-hero {
    flex-flow: column;
    min-height: 100svh;
    margin-bottom: 40px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer_1 {
    display: block;
  }

  .footer-1__columns-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .footer-1__columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column-reverse wrap-reverse;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .footer-1__columns-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-1__columns-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-1__text, .footer-1__link-subscription {
    font-size: 16px;
  }

  .section-hero__column-l__text {
    margin-left: 5%;
    margin-right: 5%;
  }

  .section-hero__column-l__div-link__badge-apc {
    flex: 0 auto;
    max-width: 90%;
  }

  .section-hero__column-l__div-link__badge-android {
    max-width: 90%;
  }

  .section-badge__container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 1%;
    margin-right: 1%;
    display: flex;
    position: fixed;
    inset: auto 0% 4%;
  }

  .section-badge {
    z-index: 10;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .section-badge-container__div-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-hero__device {
    margin-left: 20px;
    margin-right: 20px;
  }

  .section-background-image {
    display: none;
  }

  .bold-text {
    white-space: pre-wrap;
    word-break: normal;
    overflow-wrap: break-word;
  }

  .section-hero-div {
    flex-flow: row;
  }

  .hero {
    margin-top: 20px;
  }
}

#w-node-e2556f1c-fa49-0d08-4a98-7de60400614d-9ee578fd {
  justify-self: auto;
}


@font-face {
  font-family: 'Notosanssc Subset';
  src: url('../fonts/NotoSansSC-Regular-Subset.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosanssc Subset';
  src: url('../fonts/NotoSansSC-Bold-Subset.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}