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

.w-checkbox:before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox:after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  color: #bb5a9e;
  font-size: 54px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  color: #bb5a9e;
  font-size: 54px;
  line-height: 70px;
  font-weight: 400;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Fjalla One', sans-serif;
  color: #bb5a9e;
  font-size: 28px;
  line-height: 35px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

.smartbip {
  font-family: Roboto, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.header {
  position: fixed;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main {
  margin-top: 0px;
}

.hero {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.hero.hero-page {
  height: 50vh;
}

.hero--img {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.coverimg {
  width: 100%;
  height: 100%;
}

.hero--mask-image {
  position: absolute;
  bottom: -5px;
  z-index: 11;
  width: auto;
  max-width: 500%;
  min-width: 100%;
}

.hero--mask-image.grey-mask {
  bottom: -1px;
  height: 49vh;
  min-width: 105%;
  margin-left: -2%;
  background-image: url('../images/mask--gris.svg');
  background-size: cover;
}

.logo {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 14px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #bb5a9e;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
}

.cta.bloc-cta {
  position: relative;
  z-index: 10;
  margin-right: 0px;
  box-shadow: 0 0 0 25px #fff;
  -webkit-transition: all 400ms cubic-bezier(.298, 2.925, .76, -.262);
  transition: all 400ms cubic-bezier(.298, 2.925, .76, -.262);
}

.cta.bloc-cta:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.cta.price-table--cta {
  width: 100%;
  margin-top: -25px;
  margin-right: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 24px 54px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 25px;
}

.cta.price-table--cta:hover {
  background-color: #ff0004;
  box-shadow: 0 35px 75px 0 rgba(0, 0, 0, 0.4);
  -webkit-transform: translate(0px, 50%);
  -ms-transform: translate(0px, 50%);
  transform: translate(0px, 50%);
}

.cta.hero--cta {
  position: absolute;
  z-index: 999;
  padding-right: 60px;
  padding-left: 60px;
  box-shadow: 0 0 0 0 #bb5a9e, 0 11px 24px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 300ms cubic-bezier(.211, 1.837, .591, .644);
  transition: all 300ms cubic-bezier(.211, 1.837, .591, .644);
}

.cta.hero--cta:hover {
  background-color: #8f3d76;
  box-shadow: 0 0 0 7px #8f3d76, 0 25px 40px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.cta.footer-cta {
  position: absolute;
  left: 50%;
  bottom: 19px;
  z-index: 1;
  padding: 4px 28px;
  background-color: #fff;
  box-shadow: 0 0 0 10px #fff;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  -webkit-transition: all 600ms cubic-bezier(.099, 3.065, .754, -.133);
  transition: all 600ms cubic-bezier(.099, 3.065, .754, -.133);
  color: #bb5a9e;
}

.cta.header--cta {
  margin-right: 35px;
  box-shadow: 0 0 0 0 #bb5a9e;
  -webkit-perspective: 627px;
  perspective: 627px;
  -webkit-perspective-origin: 0% 100%;
  perspective-origin: 0% 100%;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 400ms cubic-bezier(.468, 1.966, .778, .621);
  transition: all 400ms cubic-bezier(.468, 1.966, .778, .621);
}

.cta.header--cta:hover {
  background-color: #8f3d76;
  box-shadow: 0 0 0 5px #8f3d76;
}

.cta.sidecta {
  width: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.cta--text {
  position: relative;
  float: left;
  text-decoration: none;
}

.cta--icon {
  margin-right: 10px;
  float: left;
  clear: none;
}

.header--middle {
  position: relative;
}

.menu--item {
  margin-right: 35px;
  margin-left: 35px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.hero--content {
  position: absolute;
  left: 50%;
  bottom: 150px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -570px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container {
  position: relative;
  display: block;
  width: 1140px;
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
  clear: left;
}

.hero--slides {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.hero--slide {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero--title {
  position: relative;
  z-index: 999;
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 54px;
}

.hero--paragraph {
  position: relative;
  z-index: 999;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 30px;
  font-weight: 300;
}

.hero--product {
  position: absolute;
  right: 0px;
  bottom: 32px;
  z-index: 12;
  width: 30vh;
  -webkit-transform: translate(-100%, 0%);
  -ms-transform: translate(-100%, 0%);
  transform: translate(-100%, 0%);
}

.shadow {
  position: absolute;
  left: 50%;
  bottom: -15px;
  z-index: 1;
  width: 300px;
  height: 300px;
  background-image: radial-gradient(circle closest-side at 50% 50%, #000, transparent);
  opacity: 0.56;
  -webkit-transform: scale3d(1, 0.1, 1) translate(-50%, 448%);
  transform: scale3d(1, 0.1, 1) translate(-50%, 448%);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slider--wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.bloc--title.center {
  position: relative;
  z-index: 2;
  text-align: center;
}

.bloc--title.center.grey-title {
  color: #979;
}

.sub-h1 {
  line-height: 60px;
}

.text-span {
  font-size: 40px;
}

.feature--bloc {
  margin-top: 70px;
  text-align: center;
}

.bloc--feature--icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grey {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f4f4f4;
}

.grey.features {
  padding-bottom: 150px;
}

.feature--title {
  margin-bottom: 20px;
  font-family: 'Fjalla One', sans-serif;
  color: #bb5a9e;
  font-size: 28px;
  line-height: 30px;
}

.bloc-title.center {
  text-align: center;
}

.bloc-title.center.offset {
  margin-top: -100px;
  margin-bottom: 150px;
}

.title-reverse {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px 30px;
  border-radius: 5px;
  background-color: #bb5a9e;
  color: #fff;
}

.white {
  position: relative;
  z-index: 2;
  padding-top: 50px;
  padding-bottom: 0px;
  background-color: transparent;
}

#legals .white{
  padding-bottom: 50px;
}
.white.enbref {
  padding-bottom: 400px;
}

.white.style-bloc {
  margin-top: -30px;
}

.white.video-bloc {
  display: block;
  margin-top: -30px;
}

.bloc--anim {
  position: absolute;
  display: block;
  width: 1140px;
  height: 600px;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.socle {
  position: absolute;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.toplayer {
  position: absolute;
  left: 339px;
  top: 256px;
  z-index: 3;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.smartbip--anim--device {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 0px;
  z-index: 2;
  margin-bottom: 196px;
  margin-left: -45px;
  opacity: 1;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.bloc--enbref {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-col {
  width: 35%;
}

.right-col {
  width: 35%;
}

.col--feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Fjalla One', sans-serif;
  color: #bb5a9e;
  font-size: 24px;
  text-transform: uppercase;
}

.col--feature--icon {
  max-width: 72px;
  margin-right: 20px;
}

.style-bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.style-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.blob--shadow {
  max-width: 120%;
}

.bloc--video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 81px;
}

.video--item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blob--video {
  position: absolute;
  z-index: 0;
  width: 100%;
  -webkit-transform: rotate(83deg) translate(-32%, 0px);
  -ms-transform: rotate(83deg) translate(-32%, 0px);
  transform: rotate(83deg) translate(-32%, 0px);
}

.blob--video.big {
  left: 50%;
  top: 0%;
  z-index: -1;
  width: 90%;
  -webkit-transform: rotate(77deg) translate(-35%, 73%);
  -ms-transform: rotate(77deg) translate(-35%, 73%);
  transform: rotate(77deg) translate(-35%, 73%);
}

.blob--video.big.left {
  left: 0%;
  -webkit-transform: rotate(-20deg) translate(-50%, -14%);
  -ms-transform: rotate(-20deg) translate(-50%, -14%);
  transform: rotate(-20deg) translate(-50%, -14%);
}

.step--orientation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step--orientation.leftstep {
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.step--orientation.rightstep {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.step--orientation.reverse {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step--icon {
  height: 150px;
}

.step--icon.left {
  left: 0%;
  margin-left: auto;
}

.round--step {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 180px;
  height: 180px;
  border: 12px solid #bb5a9e;
  border-radius: 900px;
  opacity: 0.35;
}

.round-step-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  margin-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.round-step-wrapper.offset-step-number3 {
  margin-top: 194px;
}

.round-step-wrapper.offset-step-4 {
  margin-top: 70px;
}

.round-step-wrapper.step1 {
  position: relative;
  left: 0%;
  margin-right: 0px;
  margin-left: 0px;
}

.round-step-wrapper.step2 {
  position: absolute;
  left: 50%;
  margin-left: -90px;
}

.step--number {
  position: relative;
  display: block;
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  font-family: Oswald, sans-serif;
  color: #bb5a9e;
  font-size: 125px;
  line-height: 125px;
}

.step--indicator {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 10px solid #fff;
  border-radius: 80px;
  background-color: #bb5a9e;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.step--indicator.right--indicator {
  right: 0px;
  -webkit-transform: translate(10px, 0px);
  -ms-transform: translate(10px, 0px);
  transform: translate(10px, 0px);
}

.step--indicator.left-indicator {
  left: 0px;
  z-index: 2;
  -webkit-transform: translate(-10px, 0px);
  -ms-transform: translate(-10px, 0px);
  transform: translate(-10px, 0px);
}

.step--content {
  width: 40%;
}

.step--content.right-align {
  left: auto;
  margin-left: auto;
  text-align: right;
}

.step--content.left {
  width: 40%;
  margin-right: 40px;
}

.step--item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 114px;
  margin-bottom: 114px;
}

.step--item.stepright {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.step--item.fullwidth {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.step--item.fullwidth.step-formule {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-formule {
  width: 410px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 90, 158, 0.5)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, rgba(187, 90, 158, 0.5), hsla(0, 0%, 100%, 0));
}

.column-formule.offset-left-col {
  -webkit-transform: translate(-45px, 0px);
  -ms-transform: translate(-45px, 0px);
  transform: translate(-45px, 0px);
}

.formule--header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 156px;
  margin-top: -36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Rectangle.svg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

.span--formule--header {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 400;
}

.formule--bloc--content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.formule--bloc--content.alignright {
  margin: 38px 20px 96px;
  text-align: right;
}

.formule--bloc--content.align-left {
  margin: 38px 20px 96px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.bloc--cta {
  position: relative;
  z-index: 55;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-bloc--line {
  position: absolute;
  width: 70%;
  height: 3px;
  background-color: #bb5a9e;
}

.bigfont {
  opacity: 0.2;
  font-family: 'Fjalla One', sans-serif;
  color: #bb5a9e;
  font-size: 300px;
  line-height: 400px;
}

.hero-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-product--content {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-product--smartphone {
  position: relative;
  width: 79%;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
}

.smartphone {
  margin-top: -100px;
}

.etplus {
  display: none;
  margin-top: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-icon {
  display: block;
  width: 260px;
  height: 260px;
  margin-top: 1px;
  margin-right: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 600px;
  background-color: #bb5a9e;
}

.smalltitle {
  margin-bottom: 30px;
  color: #fff;
}

.nosformules {
  position: relative;
  max-width: 100vw;
  padding-top: 137px;
  padding-bottom: 137px;
}

.shape-incline {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 150vw;
  height: 100%;
  background-color: #bb5a9e;
  -webkit-transform: translate(-50%, -50%) rotate(-6deg);
  -ms-transform: translate(-50%, -50%) rotate(-6deg);
  transform: translate(-50%, -50%) rotate(-6deg);
}

.nos-formules--content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.price-table--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.price-table {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  max-width: 100%;
  margin-top: 50px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px 30px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 24px 54px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 600ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: all 600ms cubic-bezier(.68, -.55, .265, 1.55);
  color: #bb5a9e;
}

.price-table:hover {
  box-shadow: 0 75px 100px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: scale(1.05) translate(0px, -20px);
  -ms-transform: scale(1.05) translate(0px, -20px);
  transform: scale(1.05) translate(0px, -20px);
}

.price--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price {
  position: relative;
  margin-right: 5px;
  margin-left: 5px;
  font-family: 'Fjalla One', sans-serif;
  color: #bb5a9e;
  font-size: 54px;
}

.parmois {
  position: absolute;
  top: 36px;
  margin-right: -26px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
}

.price-table--line {
  width: 150px;
  height: 3px;
  background-color: #bb5a9e;
}

.price-list {
  width: 100%;
  margin-top: 22px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.list-item--icon {
  margin-right: 15px;
  float: left;
}

.price-list--item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 18px;
}

.price-list--item.notoption {
  clear: left;
  border-radius: 0px;
  opacity: 0.5;
}

.ligne-barre {
  position: absolute;
  width: 100%;
  height: 2px;
}

.ligne-barree {
  text-decoration: line-through;
}

.contact {
  margin-top: -200px;
  padding-top: 300px;
  background-color: #f4f4f4;
}

.grey-title {
  color: #979797;
}

.contact-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}

.map {
  width: 45%;
  margin-right: 25px;
}

.bloc-form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-form._50wform {
  width: 50%;
  margin-bottom: 11px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-form._50wform.vt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

._50w {
  width: 49%;
}

._50w.form-field {
  width: 50%;
  margin-right: 20px;
  border-radius: 5px;
}

._50w.form-field.right {
  margin-right: 0px;
}

.rgpd-consent {
  margin-top: 0px;
  margin-left: 10px;
  font-size: 12px;
  line-height: 16px;
}

.flex-checbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form-submit {
  margin-top: 30px;
  padding: 15px 70px;
  float: right;
  border-radius: 200px;
  background-color: #bb5a9e;
  font-size: 25px;
}

.form-submit.centerit {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  float: left;
  clear: right;
  text-align: center;
}

.form-field {
  height: 53px;
  margin-right: 12px;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 23px;
  font-style: normal;
}

.form-field.date-field.noffset {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.form-textarea {
  border-radius: 5px;
  font-size: 23px;
}

.footer {
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #5b5058;
  color: #fff;
  font-size: 18px;
}

.pre-footer {
  position: relative;
  background-color: #3e363c;
  line-height: 54px;
  text-align: center;
}

.prefooter-link {
  display: inline-block;
  padding: 18px 20px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
}

.prefooter-link:hover {
  background-color: #bb5a9e;
}

.floating-smartbip {
  position: absolute;
  left: 0px;
  top: 200px;
  right: auto;
  z-index: 10;
  width: auto;
  height: 400px;
  padding: 30px;
  -webkit-transform: rotate(-60deg) translate(0px, 0px);
  -ms-transform: rotate(-60deg) translate(0px, 0px);
  transform: rotate(-60deg) translate(0px, 0px);
}

.floating-smartbip.pink {
  left: 0px;
  right: auto;
}

.floating-smartbippink {
  position: absolute;
  top: 50%;
  height: 350px;
  margin-top: -154px;
}

.footer-logo {
  margin-right: 50px;
}

.footer-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-row1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-title {
  color: #fff;
  font-size: 23px;
}

.footer-row-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-row2 {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.footer-row2--logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 120px;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footer-row2--logo.small {
  max-width: 90px;
}

.footer-row3 {
  font-size: 14px;
}

.paragraph {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
}

.header--whitebg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 500ms cubic-bezier(.175, .885, .32, 1.275);
  transition: all 500ms cubic-bezier(.175, .885, .32, 1.275);
}

.header--whitebg.transparent {
  background-color: transparent;
  -webkit-transform: translate(0px, -110%);
  -ms-transform: translate(0px, -110%);
  transform: translate(0px, -110%);
}

.header--menu {
  position: relative;
}

.fixed-footer {
  position: fixed;
  bottom: 0px;
  z-index: 999;
  width: 100%;
  height: 10px;
  background-color: #bb5a9e;
  -webkit-transition: bottom 400ms cubic-bezier(.351, .083, .164, .995), opacity 200ms ease;
  transition: bottom 400ms cubic-bezier(.351, .083, .164, .995), opacity 200ms ease;
  letter-spacing: 0px;
}

.fixed-footer.hidefooterfixed {
  bottom: -100%;
  opacity: 0;
}

.bg-fixed-bottom-cta {
  position: absolute;
  left: 50%;
  top: -68px;
  width: 300px;
  margin-left: -150px;
}

.video--play {
  position: relative;
  bottom: 20px;
  width: 0px;
  height: 0px;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 50px solid #fff;
  -webkit-transition: all 400ms cubic-bezier(.327, 1.703, .632, .79);
  transition: all 400ms cubic-bezier(.327, 1.703, .632, .79);
}

.video--play:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.video--content {
  position: absolute;
  left: 50%;
  top: 22%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
  font-family: 'Fjalla One', sans-serif;
  color: #fff;
  font-size: 23px;
  font-weight: 100;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.text-block {
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.sticky__cta {
  position: fixed;
  top: 50%;
  right: 0px;
  z-index: 9998;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate(185px, -50%);
  -ms-transform: translate(185px, -50%);
  transform: translate(185px, -50%);
}

.sticky__cta-button {
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 20px 20px 20px 70px;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
}

.sticky__cta-button:hover {
  -webkit-transform: translate(-180px, 0px);
  -ms-transform: translate(-180px, 0px);
  transform: translate(-180px, 0px);
}

.sticky__cta-text {
  color: #96bf0d;
  text-decoration: none;
}

.sticky__cta-focus {
  font-size: 25px;
}

.sticky__cta-icon {
  position: absolute;
  left: 30px;
  top: 50%;
  width: 20px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.hero--mask--resp {
  display: none;
}

.resp-step {
  display: none;
}

.hero-smartphone--wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.bgmodal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 991;
  border-style: none;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.bgmodal.hide--bgmodal {
  opacity: 0;
}

.modal {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 992;
  width: 800px;
  max-height: 80%;
  max-width: 100%;
  padding: 25px 40px 30px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 200ms ease, -webkit-transform 400ms cubic-bezier(.292, 1.685, .743, .773);
  transition: opacity 200ms ease, -webkit-transform 400ms cubic-bezier(.292, 1.685, .743, .773);
  transition: transform 400ms cubic-bezier(.292, 1.685, .743, .773), opacity 200ms ease;
  transition: transform 400ms cubic-bezier(.292, 1.685, .743, .773), opacity 200ms ease, -webkit-transform 400ms cubic-bezier(.292, 1.685, .743, .773);
  color: #bb5a9e;
  font-style: italic;
}

.modal.hide--modal {
  opacity: 0;
  -webkit-transform: translate(-50%, -65%);
  -ms-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
}

.radio-custom {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.inlined-radio {
  margin-left: 40px;
}

.modal-title {
  margin-bottom: 30px;
  font-size: 40px;
  font-style: normal;
}

.radio--plustard {
  display: inline-block;
  float: left;
}

.plustard--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
}

._50w-radio {
  width: auto;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}

.radio {
  margin-top: 10px;
  margin-bottom: 10px;
}

.callme-title {
  font-style: normal;
}

.hoaire {
  height: 53px;
  margin-left: 20px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #999;
  font-size: 23px;
}

.rgpd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  margin-bottom: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 18px;
}

.checkbox-field {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.date-field {
  height: 53px;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: translate(0px, -20px);
  -ms-transform: translate(0px, -20px);
  transform: translate(0px, -20px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 23px;
}

.center-submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.component--modal {
  display: none;
}

.hero-page--bg {
  width: 100%;
}

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

.text-center.purpletext {
  color: #bb5a9e;
}

.purpletext {
  color: #666;
}

.product-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-cart--content {
  padding-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-crat--price {
  width: 15%;
  font-family: 'Fjalla One', sans-serif;
  color: #bb5a9e;
  font-size: 28px;
  line-height: 35px;
  text-align: right;
}

.product-crat--price.total {
  font-size: 44px;
}

.product-crat--price.later-price {
  color: #b3b3b3;
  font-size: 23px;
}

.price-total {
  font-size: 44px;
}

.product-cart--line-title {
  font-family: 'Fjalla One', sans-serif;
  color: #bb5a9e;
  font-size: 28px;
}

.product-cart--line-title.laterprice {
  color: #b6b6b6;
  font-size: 23px;
}

.product-cart--line-title.total-line {
  margin-bottom: 21px;
  font-size: 44px;
}

.text-span-2 {
  color: #bb5a9e;
  font-size: 18px;
}

.paypal--bloc {
  margin-right: auto;
  margin-left: auto;
  float: right;
  opacity: 0.5;
  cursor: not-allowed;
}

.paypal-certif {
  margin-top: 0px;
  margin-bottom: 50px;
  text-align: center;
}

.custom-checkbox {
  width: 25px;
  height: 25px;
  margin-right: 15px;
}

.radio-button-label {
  cursor: default;
}

.radio-field {
  padding-right: 40px;
}

.bloc-solution {
  margin-top: 45px;
  margin-bottom: 45px;
  color: #bb5a9e;
  text-align: left;
}

.step-icon {
  width: 40%;
}

.step-icon.rightalign {
  padding-right: auto;
  text-align: right;
}

.step-icon.leftalign {
  padding-left: 40px;
}

.fomule-icon {
  height: 90px;
}

.floating-test {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 400px;
  height: 200px;
  padding: 29px;
}

.carousel-wrapper {
  display: none;
}

.resp-carousel {
  display: none;
}

.bloc-side-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.separator {
  width: 165px;
  height: 1px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  background-color: #bb5a9e;
}

.label {
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-style: italic;
  font-weight: 300;
}

.form-rdv-tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.form-rdv--line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.select {
  height: 53px;
  margin-bottom: 20px;
  color: #666;
  font-size: 23px;
}

.form-sub-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.subline-separator {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.subline-separator--line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 165px;
  height: 1px;
  margin-left: -82.5px;
  background-color: #bb5a9e;
}

.subline-separator--content {
  position: relative;
  z-index: 88;
  padding: 0px 17px;
  background-color: #f4f4f4;
}

.black-floating-device {
  max-height: 100%;
}

.floating-sb-pink {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 99;
  height: 400px;
  padding: 23px;
}

.pink-sb {
  max-height: 100%;
}

.floating-sb-black {
  position: absolute;
  top: 0%;
  right: 0px;
  height: 400px;
  padding: 83px;
}

.warning-smartphone-landscape {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.rotate-phone {
  margin-top: 25px;
}

.controle-left {
  position: absolute;
  left: 70px;
  top: 50%;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  box-shadow: 0 0 0 0 #fff;
  -webkit-transform: translate(0px, -50%) rotate(180deg);
  -ms-transform: translate(0px, -50%) rotate(180deg);
  transform: translate(0px, -50%) rotate(180deg);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 400ms cubic-bezier(.579, 1.669, .602, .728);
  transition: background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 400ms cubic-bezier(.579, 1.669, .602, .728);
  transition: background-color 200ms ease, box-shadow 200ms ease, transform 400ms cubic-bezier(.579, 1.669, .602, .728);
  transition: background-color 200ms ease, box-shadow 200ms ease, transform 400ms cubic-bezier(.579, 1.669, .602, .728), -webkit-transform 400ms cubic-bezier(.579, 1.669, .602, .728);
  cursor: pointer;
}

.controle-left:hover {
  width: 60px;
  height: 60px;
  background-color: hsla(0, 0%, 100%, 0.38);
  box-shadow: 0 0 0 3px #fff;
  -webkit-transform: translate(0px, -50%) rotate(180deg) scale(1.2);
  -ms-transform: translate(0px, -50%) rotate(180deg) scale(1.2);
  transform: translate(0px, -50%) rotate(180deg) scale(1.2);
}

.controle-left.right {
  left: auto;
  right: 70px;
  -webkit-transform: translate(0px, -50%) rotate(0deg);
  -ms-transform: translate(0px, -50%) rotate(0deg);
  transform: translate(0px, -50%) rotate(0deg);
}

.controle-left.right:hover {
  -webkit-transform: translate(0px, -50%) rotate(0deg) scale(1.2);
  -ms-transform: translate(0px, -50%) rotate(0deg) scale(1.2);
  transform: translate(0px, -50%) rotate(0deg) scale(1.2);
}

.mask-responsive {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 40vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(66%, rgba(0, 0, 0, 0.61)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.61) 66%);
}

.macaron {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 125px;
  height: 125px;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.phone--cta {
  margin-top: 35px;
  padding: 35px 30px 25px;
  border-radius: 4px;
  background-color: #bb5a9e;
  font-family: 'Fjalla One', sans-serif;
  font-size: 54px;
  line-height: 20px;
}

.star {
  position: relative;
  top: -17px;
  display: inline-block;
  font-size: 30px;
}

.partners {
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 12px;
  text-align: center;
}

.bloc--feature--icon--icon {
  max-height: 130px;
}

.bg--button {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0px;
  height: 100%;
  margin-top: -41px;
  padding-top: 0px;
  background-color: #bb5a9e;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
}

.fixed-btn-footer {
  position: absolute;
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.fixed-btn-footer--text {
  position: relative;
  left: auto;
  top: auto;
  bottom: 10px;
  width: auto;
  margin-top: 10px;
  padding: 15px 30px;
  border-radius: 200px;
  background-color: #fff;
  -webkit-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate(0px, -100%);
  color: #bb5a9e;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}

.green-floating-device {
  max-height: 100%;
}

.enplus--feature {
  font-size: 28px;
  text-transform: none;
}

.tarifs-local {
  color: #bb5a9e;
  font-size: 15px;
}

.footer-row-separator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.partners-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-line-separator {
  width: 100%;
  height: 1px;
  max-width: 293px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff;
}

.videoimg {
  max-width: 150%;
}

.subfooter {
  padding-top: 21px;
  padding-bottom: 80px;
  background-color: #fff;
  color: #333;
}

.col--feature--title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 37px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.col--feature--content {
  display: none;
  margin-top: 14px;
  margin-bottom: 20px;
  padding-left: 0px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 19px;
  text-transform: none;
}

.col--feature--plus {
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}

.col--feature--plus.turn {
  -webkit-transform: translate(0px, -50%) rotate(225deg);
  -ms-transform: translate(0px, -50%) rotate(225deg);
  transform: translate(0px, -50%) rotate(225deg);
}

html.w-mod-js *[data-ix="enmemetemps"] {
  opacity: 1;
}

@media (max-width: 991px) {
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 24px;
  }
  .smartbip {
    font-size: 21px;
    line-height: 27px;
  }
  .hero--mask-image {
    display: none;
    width: 100vw;
  }
  .logo {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
  }
  .cta.header--cta {
    padding: 10px 20px;
  }
  .cta--text.cta--text-hero {
    display: block;
  }
  .cta--icon {
    margin-right: 15px;
  }
  .menu--item {
    margin-right: 16px;
    margin-left: 16px;
  }
  .hero--content {
    left: 0px;
    right: 0px;
    bottom: 34.4vh;
    width: 100%;
    margin-left: 0px;
    padding-right: 86px;
    padding-left: 86px;
  }
  .container {
    max-width: 95vw;
  }
  .hero--product {
    width: 20vh;
    -webkit-transform: translate(-16%, 0%);
    -ms-transform: translate(-16%, 0%);
    transform: translate(-16%, 0%);
  }
  .sub-h1 {
    font-size: 36px;
  }
  .text-span {
    font-size: 30px;
  }
  .bloc-title.center.offset {
    margin-top: 0px;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
  }
  .title-reverse {
    padding: 8px 49px;
  }
  .white {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .white.enbref {
    padding-top: 0px;
    padding-bottom: 200px;
  }
  .white.pd0 {
    padding-bottom: 0px;
  }
  .bloc--anim {
    width: 700px;
    margin-top: -158px;
    -webkit-transform: translate(0px, 76px) scale(0.7);
    -ms-transform: translate(0px, 76px) scale(0.7);
    transform: translate(0px, 76px) scale(0.7);
  }
  .socle {
    left: 50%;
    bottom: 0px;
    width: 1000px;
    max-width: 300%;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .toplayer {
    left: 50%;
    top: auto;
    bottom: 0px;
    margin-bottom: 339px;
    margin-left: -163px;
  }
  .smartbip--anim--device {
    left: 50%;
    top: auto;
    bottom: 0px;
    display: block;
    margin-bottom: 377px;
    margin-left: 22px;
    -webkit-transform: translate(-50%, 0px);
    -ms-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
  .bloc--enbref {
    margin-top: 450px;
  }
  .left-col {
    width: 45%;
  }
  .right-col {
    width: 45%;
  }
  .col--feature.otherfeature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .col--feature--icon.otherfeature {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .bloc--video {
    margin-top: 0px;
  }
  .step--orientation.leftstep {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .step--orientation.rightstep {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .round-step-wrapper {
    width: 180px;
    height: 180px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .round-step-wrapper.offset-step-number3 {
    margin-top: 160px;
  }
  .step--number {
    font-size: 90px;
  }
  .step--indicator.right--indicator {
    top: 50%;
    -webkit-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
  }
  .step--indicator.left-indicator {
    top: 50%;
    -webkit-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
  }
  .step--content {
    width: 40%;
  }
  .step--item {
    margin-top: 0px;
    margin-bottom: 68px;
  }
  .step--item.stepright {
    margin-top: 115px;
  }
  .step--item.fullwidth {
    margin-bottom: 0px;
  }
  .column-formule {
    width: 39%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-formule.offset-right-col {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .column-formule.offset-left-col {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .formule--header {
    height: 123px;
    border-radius: 10px;
    font-size: 35px;
  }
  .span--formule--header {
    font-size: 27px;
  }
  .formule--bloc--content.alignright {
    margin-bottom: 41px;
  }
  .bigfont {
    font-size: 182px;
    line-height: 200px;
    text-align: center;
  }
  .hero-product--content {
    width: 50%;
    margin-right: 19px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .hero-product--smartphone {
    padding-right: 8px;
    padding-left: 8px;
  }
  .hero-product--smartphone.resp-iphone {
    margin-top: 25px;
    margin-left: -83px;
  }
  .smartphone {
    width: 100%;
    height: auto;
    margin-top: -42px;
  }
  .etplus {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .big-icon {
    width: 160px;
    height: 160px;
    margin-right: 20px;
    padding: 25px;
  }
  .contact-flex {
    margin-top: 0px;
  }
  .map {
    display: none;
  }
  .svgmodify.map-contact {
    width: 75vw;
    max-width: 1000%;
    margin-top: -54px;
    margin-left: -100px;
    opacity: 0.33;
  }
  .bloc-form {
    position: relative;
    margin-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .flex-form._50wform {
    width: 100%;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  ._50w.form-field {
    margin-right: 10px;
  }
  .form-field {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .form-field.noml {
    margin-right: 0px;
  }
  .form-textarea {
    font-size: 20px;
  }
  .floating-smartbip {
    top: 450px;
    right: -63px;
    display: none;
  }
  .floating-smartbippink {
    display: none;
  }
  .video--content {
    width: 80%;
  }
  .sticky__cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }
  .sticky__cta-button {
    -webkit-transform: translate(-70px, 0px);
    -ms-transform: translate(-70px, 0px);
    transform: translate(-70px, 0px);
  }
  .sticky__cta-button:hover {
    -webkit-transform: translate(-100%, 0px);
    -ms-transform: translate(-100%, 0px);
    transform: translate(-100%, 0px);
  }
  .hero--mask--resp {
    position: absolute;
    display: block;
    width: 100%;
    height: 143px;
  }
  .resp-step {
    display: none;
  }
  .hero-smartphone--wrapper {
    width: 100%;
  }
  .modal {
    width: 90%;
  }
  .modal.hide--modal {
    width: 90%;
  }
  .product-cart--line-title {
    line-height: 36px;
  }
  .product-cart--line-title.total-line {
    font-size: 36px;
  }
  .product-cart--line-title.recurrent {
    font-size: 23px;
  }
  .checkbox-label {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form-rdv-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .floating-sb-pink {
    left: -161px;
  }
  .floating-sb-black {
    display: none;
  }
  .controle-left {
    left: 10px;
    margin-top: -68px;
    -webkit-transform: translate(0px, -50%) rotate(180deg) scale(0.8);
    -ms-transform: translate(0px, -50%) rotate(180deg) scale(0.8);
    transform: translate(0px, -50%) rotate(180deg) scale(0.8);
  }
  .controle-left:hover {
    -webkit-transform: translate(0px, -50%) rotate(180deg) scale(1);
    -ms-transform: translate(0px, -50%) rotate(180deg) scale(1);
    transform: translate(0px, -50%) rotate(180deg) scale(1);
  }
  .controle-left.right {
    right: 10px;
    -webkit-transform: translate(0px, -50%) rotate(0deg) scale(0.8);
    -ms-transform: translate(0px, -50%) rotate(0deg) scale(0.8);
    transform: translate(0px, -50%) rotate(0deg) scale(0.8);
  }
  .controle-left.right:hover {
    -webkit-transform: translate(0px, -50%) rotate(0deg) scale(1);
    -ms-transform: translate(0px, -50%) rotate(0deg) scale(1);
    transform: translate(0px, -50%) rotate(0deg) scale(1);
  }
  .mask-responsive {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 0;
    display: block;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: none;
  }
  .phone--cta {
    font-size: 45px;
  }
  .enplus--feature {
    font-size: 24px;
    text-align: right;
  }
}

@media (max-width: 767px) {
  .smartbip {
    font-size: 19px;
  }
  .feature--bloc {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(187, 90, 158, 0.31);
  }
  .bloc--feature--icon {
    margin-bottom: 11px;
  }
  .grey {
    padding-bottom: 100px;
  }
  .title-reverse {
    position: relative;
    z-index: 999;
  }
  .bloc--anim {
    left: 50%;
    -webkit-transform: translate(-50%, 43px) scale(0.7);
    -ms-transform: translate(-50%, 43px) scale(0.7);
    transform: translate(-50%, 43px) scale(0.7);
  }
  .socle {
    -webkit-transform: scale3d(1none, 1none, 1none) translate(-50%, 0px);
    transform: scale3d(1none, 1none, 1none) translate(-50%, 0px);
  }
  .style-bloc {
    display: none;
  }
  .style-item {
    width: 50%;
  }
  .step--orientation.leftstep {
    padding-left: 100px;
  }
  .step--orientation.rightstep {
    padding-right: 100px;
  }
  .step--icon {
    margin-right: 20px;
    margin-left: 20px;
  }
  .round-step-wrapper {
    position: absolute;
  }
  .round-step-wrapper.step1 {
    margin-left: -170px;
  }
  .round-step-wrapper.step2 {
    margin-left: 170px;
  }
  .round-step-wrapper.left-roundstep {
    margin-left: -70px;
  }
  .round-step-wrapper.right-roundstep {
    margin-right: -54px;
    margin-left: 61px;
  }
  .step--content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .step--content.right-align {
    margin-right: 20px;
  }
  .step--item.fullwidth.step-formule {
    display: none;
  }
  .flex-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._50w.form-field {
    width: 100%;
  }
  .footer-row1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sticky__cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translate(185px, -50%);
    -ms-transform: translate(185px, -50%);
    transform: translate(185px, -50%);
  }
  .sticky__cta-button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  .sticky__cta-button:hover {
    -webkit-transform: translate(0px, 0px) translate(-68%, 0px);
    -ms-transform: translate(0px, 0px) translate(-68%, 0px);
    transform: translate(0px, 0px) translate(-68%, 0px);
  }
  .sticky__cta-icon {
    left: 21px;
  }
  .modal-title {
    font-size: 28px;
  }
  .plustard--wrapper {
    margin-bottom: 20px;
  }
  .hero-page--bg {
    height: 100%;
  }
  .step-icon.rightalign {
    width: 35%;
    margin-right: 20px;
  }
  .step-icon.leftalign {
    width: auto;
    margin-right: 120px;
    padding-left: 0px;
  }
  .warning-smartphone-landscape {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
    line-height: 45px;
  }
  h3 {
    font-size: 19px;
    line-height: 27px;
  }
  .smartbip {
    font-size: 16px;
    line-height: 22px;
  }
  .hero {
    overflow: visible;
    height: 85vh;
    padding-bottom: 0px;
  }
  .hero--img {
    height: 105%;
  }
  .cta.hero--cta {
    bottom: -10px;
  }
  .cta.footer-cta {
    bottom: 29px;
    width: 50%;
    margin-right: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .cta.header--cta {
    margin-right: 10px;
  }
  .cta.sidecta {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .hero--content {
    bottom: 40vh;
    padding-right: 15px;
    padding-left: 15px;
  }
  .container {
    max-width: 90vw;
    text-align: left;
  }
  .hero--title {
    font-size: 28px;
    line-height: 36px;
  }
  .hero--paragraph {
    font-size: 18px;
  }
  .hero--product {
    right: 0%;
    bottom: 0px;
    width: auto;
    height: auto;
    -webkit-transform: translate(-25%, 0%);
    -ms-transform: translate(-25%, 0%);
    transform: translate(-25%, 0%);
  }
  .shadow {
    bottom: -13px;
    width: 120%;
  }
  .slider--wrapper {
    overflow: hidden;
  }
  .sub-h1 {
    font-size: 32px;
    line-height: 40px;
  }
  .text-span {
    font-size: 24px;
  }
  .bloc--feature--icon {
    margin-bottom: 25px;
  }
  .grey.cart {
    padding-bottom: 50px;
  }
  .feature--title {
    font-size: 24px;
  }
  .title-reverse {
    font-size: 30px;
    line-height: 40px;
  }
  .white.enbref {
    padding-bottom: 0px;
  }
  .white.paypal {
    padding-top: 50px;
  }
  .white.style-bloc {
    display: block;
  }
  .bloc--anim {
    -webkit-transform: translate(-50%, 43px) scale(0.5);
    -ms-transform: translate(-50%, 43px) scale(0.5);
    transform: translate(-50%, 43px) scale(0.5);
  }
  .bloc--enbref {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .left-col {
    width: 100%;
  }
  .right-col {
    width: 100%;
  }
  .col--feature {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }
  .col--feature.otherfeature {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col--feature--icon {
    max-width: 50px;
  }
  .col--feature--icon.otherfeature {
    max-width: 100px;
  }
  .style-bloc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .style-item {
    width: 100%;
    margin-top: -70px;
  }
  .style-item.style-item--first {
    margin-top: 20px;
  }
  .bloc--video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .video--item {
    margin-top: 39px;
    margin-bottom: -61px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .step--orientation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .step--orientation.leftstep {
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step--orientation.rightstep {
    padding-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .step--icon {
    height: 85px;
  }
  .round--step {
    left: 15px;
    top: 10px;
    width: 150px;
    height: 150px;
  }
  .round-step-wrapper {
    opacity: 0.5;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .round-step-wrapper.offset-step-number3 {
    left: -59px;
    top: 57px;
    right: auto;
    bottom: auto;
    margin-top: 0px;
    opacity: 0.5;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
  }
  .round-step-wrapper.step1 {
    margin-top: 44px;
    margin-left: -127px;
    opacity: 0.5;
  }
  .round-step-wrapper.step2 {
    margin-top: 44px;
    margin-left: -127px;
    opacity: 0.5;
  }
  .round-step-wrapper.left-roundstep {
    margin-top: -55px;
  }
  .round-step-wrapper.right-roundstep {
    margin-top: -45px;
  }
  .step--indicator.right--indicator {
    display: none;
  }
  .step--indicator.left-indicator {
    display: none;
  }
  .step--content {
    width: 100%;
    margin-top: -36px;
    padding-left: 56px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .step--content.right-align {
    padding-right: 45px;
    padding-left: 0px;
  }
  .step--item {
    padding-top: 110px;
  }
  .column-formule.offset-right-col {
    width: 100%;
  }
  .formule--bloc--content.alignright {
    position: relative;
    margin: 40px 0px 0px;
    padding-left: 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .bigfont {
    margin-top: 40px;
    margin-bottom: 20px;
    opacity: 0.5;
    font-size: 22vw;
    line-height: 100px;
  }
  .hero-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-product--content {
    width: 100%;
  }
  .smartphone {
    margin-top: 0px;
  }
  .etplus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nosformules {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .price-table--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price-table {
    width: 90%;
    margin: 30px auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .price-table:hover {
    -webkit-transform: scale(1) translate(0px, 0px);
    -ms-transform: scale(1) translate(0px, 0px);
    transform: scale(1) translate(0px, 0px);
  }
  .flex-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._50w.form-field {
    width: 100%;
  }
  .rgpd-consent {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .form-submit {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .form-field.date-field.noffset {
    margin-right: 0px;
  }
  .pre-footer {
    text-align: center;
  }
  .prefooter-link {
    font-size: 16px;
  }
  .floating-smartbip {
    display: none;
  }
  .footer-logo {
    margin-right: 0px;
  }
  .footer-row1 {
    text-align: center;
  }
  .footer-row2 {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-row2--logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33%;
    height: 60px;
    max-width: auto;
    margin: 18px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .presentation {
    position: relative;
    top: -25px;
  }
  .header--menu {
    display: none;
  }
  .video--play {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .sticky__cta {
    -webkit-transform: translate(185, -50%);
    -ms-transform: translate(185, -50%);
    transform: translate(185, -50%);
  }
  .hero--mask--resp {
    bottom: -1px;
    z-index: 9;
    height: auto;
  }
  .heading {
    font-size: 36px;
    line-height: 50px;
  }
  .resp-step {
    display: block;
    margin-bottom: 0px;
  }
  .tab--item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 80px;
    padding-right: 10px;
    padding-left: 10px;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 3px none #000;
    border-radius: 8px 8px 0px 0px;
    background-color: #fff;
    box-shadow: inset 0 0 0 2px #bb5a9e;
    color: #bb5a9e;
    font-size: 23px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
  }
  .tab--item.w--current {
    width: 50%;
    height: 98px;
    padding-right: 10px;
    padding-left: 10px;
    clear: none;
    background-color: transparent;
    background-image: url('../images/Rectangle-tab.svg');
    background-position: 50% 0px;
    background-size: auto 100%;
    background-repeat: no-repeat;
    box-shadow: inset 0 0 0 0 #bb5a9e;
    color: #fff;
    font-size: 23px;
  }
  .tabs-content-wrapper {
    position: relative;
    z-index: 1;
    width: 101%;
    padding: 0px 15px 39px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(187, 90, 158, 0.35)), to(#fff));
    background-image: linear-gradient(180deg, rgba(187, 90, 158, 0.35), #fff);
    -webkit-transform: translate(0px, -19px);
    -ms-transform: translate(0px, -19px);
    transform: translate(0px, -19px);
  }
  .tab--subitem {
    font-size: 16px;
    line-height: 15px;
    font-weight: 500;
    text-transform: none;
  }
  .tabs {
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
  }
  .tabs-menu {
    z-index: 2;
    clear: left;
  }
  .image {
    max-width: 120px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .hero-smartphone--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .modal {
    overflow: scroll;
    max-width: 90%;
    padding: 15px;
  }
  .modal-title {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
  }
  .plustard--wrapper {
    position: relative;
    top: 20px;
    bottom: 20px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hoaire {
    margin-left: 0px;
  }
  .product-cart {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .product-cart--content {
    padding-right: 0px;
  }
  .product-cart--line-title {
    font-size: 30px;
    line-height: 45px;
    text-align: left;
  }
  .product-cart--line-title.total-line {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .product-cart--line-title.total-line.price {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 66px;
  }
  .product-cart--line-title.recurrent {
    font-size: 20px;
    line-height: 30px;
  }
  .step-icon {
    width: auto;
    max-height: 100px;
  }
  .step-icon.rightalign {
    position: absolute;
    top: 0px;
    width: 100%;
    height: auto;
    max-height: auto;
    text-align: center;
  }
  .step-icon.leftalign {
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
  }
  .carousel-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .resp-carousel {
    display: block;
  }
  .bloc-side-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .form-rdv--line {
    width: 100%;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-sub-line {
    width: 100%;
  }
  .subline-separator {
    margin-bottom: 35px;
  }
  .floating-sb-pink {
    display: none;
  }
  .floating-sb-black {
    display: none;
  }
  .warning-smartphone-landscape {
    display: none;
  }
  .controle-left {
    display: none;
  }
  .phone--cta {
    font-size: 35px;
  }
  .bloc--feature--icon--icon {
    max-height: 100px;
  }
  .image-2 {
    display: block;
    width: 100%;
    height: 30px;
  }
  .hero-product--img {
    width: auto;
    height: 35vh;
  }
  .fixed-btn-footer--text {
    font-size: 18px;
  }
  .enplus--feature {
    font-size: 20px;
    text-align: center;
  }
  .partners-logo-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .videoimg {
    max-width: 130%;
  }
}