@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoC1CzTtw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgo6eA.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCjC3Ttw.ttf) format('truetype');
}
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCv6KVjbNBYlgoCxCvTtw.ttf) format('truetype');
}
html {
  font-size: 62.5%;
}
@media (min-width: 1800px) {
  #app .app-container .card-zone .card-wrapper .card .card-content .card-name {
    padding: 1rem 1.4rem;
  }
}
@media (max-width: 1800px) {
  .card-description {
    width: unset !important;
  }
  .app-container .next-card .card-description {
    padding-top: 0.2rem !important;
  }
}
@media (max-width: 1700px) {
  #app #calculate .cards-container .card-zone .card-wrapper .card .card-content .card-name {
    font-size: 1.3rem;
    line-height: 120%;
  }
}
@media (max-width: 1500px) {
  #app .app-container .step-scroll .card-zone .card-wrapper .card .card-content .card-name {
    padding: 0.8rem 1.2rem;
    font-size: 1.2rem;
  }
  #app .app-container .cards-container .step0 .card-zone .card-wrapper .card .card-content .card-name {
    font-size: 3.5vw;
  }
}
@media (max-width: 1300px) {
  html {
    font-size: 0.7vw;
  }
}
@media (max-width: 1000px) {
  .card-zone,
  .card-zone .card-wrapper,
  .card-zone .card-wrapper .card-image {
    border-radius: 10px !important;
  }
  .logo img {
    max-width: 80px;
  }
}
html,
body {
  height: 100%;
  width: 100%;
}
body {
  padding: 0;
  margin: 0;
  background-color: #fcebe4;
  font-family: 'Ubuntu', sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 1.6rem;
  box-sizing: border-box;
  padding: 1.2rem;
}
@media (min-width: 601px) {
  html,
  body {
    scrollbar-color: #f08a5d #fff;
    scrollbar-width: thin;
  }
  ::-webkit-scrollbar {
    width: 4px;
    height: 4px;
  }
  ::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 100px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #f08a5d;
    border-radius: 100px;
  }
}
*:focus {
  outline: none;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ol li,
ul li {
  margin: 0;
}
#app {
  margin: 0;
  margin-bottom: 1rem;
  background-color: #f08a5d;
  border-radius: 22px;
  display: flex;
  box-sizing: border-box;
  /*width: calc(100% - 4rem);
	height: calc(100% - 4rem);*/
}
#app:not(.error) .app-container:not(.end) .cards-container .step-scroll .card-zone.card-zone-droppable:not(.card-zone-no):hover {
  background-color: #fce9e1;
  border-color: #f19d79;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  cursor: pointer ;
}
#app:not(.error) .app-container:not(.end) .cards-container .step-scroll .card-zone.click-no {
  background-color: #fff !important;
  border-color: #de3131 !important;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-animation: shake 0.24s cubic-bezier(0.64, 0, 0.35, 1);
  animation: shake 0.24s cubic-bezier(0.64, 0, 0.35, 1);
  display: flex;
  justify-content: center;
  align-items: center;
}
#app:not(.error) .app-container:not(.end) .cards-container .step-scroll .card-zone.click-no::before {
  display: flex;
  flex: 0;
  content: "\f00d";
  font-size: 3rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #de3131;
}
#app:not(.medecin) nav ul li:not(.nav-active) {
  pointer-events: none;
}
#app.screen-home .app-container {
  background-color: #fff;
}
#app.screen-calculate nav ul li:not(:first-child) {
  visibility: hidden;
}
#app.screen-calculate nav ul li:first-child::after {
  visibility: hidden;
}
nav {
  flex: 0 auto;
  padding: 2rem 3.4rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
nav a {
  color: #fff;
  text-decoration: none;
}
nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
nav ul li {
  padding: 2.5rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
nav ul li.nav-active {
  pointer-events: all;
}
nav ul li.nav-first {
  font-size: 2.6rem;
  margin-bottom: 10rem;
}
nav ul li:not(.nav-first)::before,
nav ul li:not(.nav-last)::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  width: 2px;
  height: 30%;
  height: calc(30% - 2px);
  background-color: #fff;
}
nav ul li:not(.nav-first)::before {
  top: 0;
}
nav ul li:not(.nav-last)::after {
  bottom: 0;
}
nav ul li.nav-first::after {
  height: 150%;
  bottom: -10rem;
}
nav ul li:not(.nav-active)::before,
nav ul li:not(.nav-active)::after {
  opacity: 0.5;
}
nav ul li a .number {
  background-color: #fff;
  color: #f08a5d;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 2.4rem;
  height: 2.4rem;
  border: solid 2px #f08a5d;
  position: relative;
  z-index: 0;
  line-height: 1;
}
nav ul li a .number::before {
  content: "";
  position: absolute;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  border: solid 2px #fff;
  z-index: -1;
}
nav ul li:not(.nav-active) a .number {
  opacity: 0.5;
}
nav ul li:not(.nav-active) a .number::before {
  border-color: #f08a5d;
  opacity: 0.5;
}
nav ul li a span,
nav ul li a span i {
  -webkit-transition: all 0.15s cubic-bezier(0.2, 0.5, 0.6, 1.8);
  transition: all 0.15s cubic-bezier(0.2, 0.5, 0.6, 1.8);
}
nav ul li a:hover span,
nav ul li a:hover span i {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
nav ul li.nav-current a span,
nav ul li.nav-current a span i {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
nav ul li.nav-current a .number::before {
  border-color: #fffb7a;
}
.screen {
  -webkit-animation: animIn 0.8s ease forwards;
  animation: animIn 0.8s ease forwards;
}
@keyframes animIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.app-container {
  flex: 1;
  padding: 2.4rem 3.4rem 1.6rem 3.4rem;
  border-radius: 20px;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
}
.app-container header {
  display: flex;
}
.app-container header .heading {
  flex: 1;
}
.app-container header .heading > p {
  font-size: 1.8rem;
  color: #343434;
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.app-container header .heading h2 {
  font-size: 2.8rem;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.6rem;
}
.app-container header .heading h2 + p {
  font-size: 1.4rem;
}
.app-container header .infobox {
  background-color: #f08a5d;
  display: inline-block;
  padding: 1.4rem 2rem;
  padding-right: 6rem;
  font-size: 1.6rem;
  border-radius: 20px;
  color: #fff;
}
.app-container header .infobox i {
  margin-right: 1rem;
}
.app-container header .logo {
  margin: 1rem;
}
.app-container .home-container {
  display: flex;
  padding-left: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.app-container .home-container header.main-header {
  margin-top: 5rem;
  margin-bottom: 8rem;
}
.app-container .home-container header.main-header h2 {
  font-size: 5.5rem;
  margin-bottom: 1rem;
}
.app-container .home-container .home-left {
  width: 45%;
  padding-right: 5rem;
  padding-bottom: 10rem;
  text-align: center;
}
.app-container .home-container .home-left header {
  text-align: left;
}
.app-container .home-container .home-left article {
  text-align: left;
}
.app-container .home-container .home-left article p {
  font-size: 1.4rem;
  line-height: 200%;
  color: #343434;
  margin-bottom: 2.4rem;
}
.app-container .home-container .home-left button {
  margin-top: 3rem;
}
.app-container .home-container .home-right {
  flex: 1;
  position: relative;
}
.app-container .home-container .home-right .illustration {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent center center no-repeat;
  background-size: auto 100%;
  background-size: contain;
}
.app-container .home-container .home-right .illustration.illustration-bg {
  background-image: url("../img/illustration-fond.png");
}
.app-container .home-container .home-right .illustration.illustration-img {
  background-image: url("../img/illustration.png");
}
.app-container .home-container button {
  cursor: pointer;
  background-color: #f08a5d;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 1.2rem 3.2rem 1.4rem 3.2rem;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
}
.app-container .home-container button i {
  font-size: 2rem;
  margin-left: 1rem;
  position: relative;
  top: 0.2rem;
}
.app-container .card-zone {
  background-color: #fff;
  border-radius: 18px;
  border: solid 2px #fce7de;
  width: 100%;
  height: 10.6vw;
  display: flex;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.app-container .card-zone.card-zone-yes {
  border-color: #f08a5d;
}
.app-container .card-zone.card-zone-yes .card-wrapper .card .card-content .card-name {
  color: #f08a5d;
}
.app-container .card-zone.card-zone-yes .card-verif {
  color: #f08a5d;
}
.app-container .card-zone.card-zone-no {
  border-color: #de3131;
}
.app-container .card-zone.card-zone-no .card-wrapper .card .card-content .card-name {
  color: #de3131;
}
.app-container .card-zone.card-zone-no .card-verif {
  display: unset !important;
  color: #de3131;
}
.app-container .card-zone .card-wrapper {
  display: flex;
  flex: 1;
  background-color: #fff;
  border-radius: 18px;
  position: relative;
  z-index: 99;
}
.app-container .card-zone .card-wrapper .card {
  display: flex;
  flex: 1;
}
.app-container .card-zone .card-wrapper .card .card-content {
  flex: 1;
  position: relative;
  z-index: 1;
}
.app-container .card-zone .card-wrapper .card .card-content .card-name {
  width: 67%;
  position: relative;
  text-align: left;
  padding: 0.8rem 2.4rem 1.1rem 1.2rem;
  font-size: 1.5rem;
  line-height: 115%;
  font-weight: bold;
  color: #000;
  user-select: none;
}
.app-container .card-zone .card-wrapper .card .card-content .card-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  background: #fff center 90% no-repeat;
  background-image: url("../img/logo-filigrane.png");
  background-size: 88%;
}
.app-container .card-zone .card-wrapper .card .card-content .card-verif {
  font-size: 2.2rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}
.app-container .cards-container {
  display: flex;
  flex-direction: column;
  margin-top: 2.6rem;
}
.app-container .cards-container .scroll-element {
  margin-bottom: 10rem;
  -ms-scroll-snap-align: start;
  scroll-snap-align: start;
  -ms-scroll-snap-stop: normal;
  scroll-snap-stop: normal;
}
.app-container .cards-container .scroll-element:last-of-type {
  margin-bottom: 0;
}
.app-container .cards-container .scroll-element .card-zone-yes {
  pointer-events: none;
}
.app-container .cards-container .legende {
  margin-bottom: 1.6rem;
}
.app-container .cards-container .legende ul {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 0px;
  padding-right: 1.4rem;
}
.app-container .cards-container .legende ul li {
  text-align: left;
  padding: 0.1rem 0rem;
  padding-top: 1.4rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: #343434;
  border-right: solid 1px #bbb;
}
.app-container .cards-container .legende ul li:nth-child(1) {
  grid-column: 1 / span 4;
  grid-row: 1;
}
.app-container .cards-container .legende ul li:nth-child(2) {
  grid-column: 3 / span 4;
  grid-row: 1;
  padding-left: 2rem;
}
.app-container .cards-container .legende ul li:last-child {
  border-right: none;
}
.app-container .cards-container .legende ul li small {
  font-size: 1.1rem;
  color: #555;
}
.app-container .cards-container .legende ul li img {
  width: 3rem;
  float: left;
  margin-right: 1rem;
  position: relative;
  top: -1.4rem;
}
.app-container .cards-container .step {
  display: grid;
  /*grid-template-columns: repeat(7, 1fr);*/
  grid-template-columns: repeat(7, 8vw);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 1rem;
  margin-bottom: 0.8rem;
  padding-right: 2rem;
}
.app-container .cards-container .step0 {
  pointer-events: none;
  margin-bottom: 3rem;
}
.app-container .cards-container .step0 .card-zone {
  position: relative;
}
.app-container .cards-container .step0 .card-zone::after {
  content: "\f309";
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f08a5d;
  position: absolute;
  bottom: -2.8rem;
  left: 49%;
  display: none;
}
.app-container .cards-container .step0 .card-zone .card-wrapper .card .card-content .card-name {
  color: #f08a5d;
}
.app-container .cards-container .step0 .card-zone .card-wrapper .card .card-content .card-image {
  background-position: center bottom;
}
.app-container:not(.end) .cards-container {
  max-height: 29vw;
  /*max-height: calc(@card-height + .5rem);*/
  overflow-x: hidden;
  overflow-y: scroll;
  margin-bottom: 2.2rem;
  -ms-scroll-behavior: smooth;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.app-container:not(.end) .cards-container > .step:last-of-type {
  margin-bottom: 0;
}
.app-container .step-scroll,
.app-container .next-card {
  margin-top: 0rem;
}
.app-container .step-scroll .card-zone .card-wrapper,
.app-container .next-card .card-zone .card-wrapper {
  cursor: grab;
}
.app-container .step-scroll .card-zone .card-wrapper .card,
.app-container .next-card .card-zone .card-wrapper .card {
  /*
					.card-content {
						display: flex;
						justify-content: center;
						align-items: center;

						.card-name {
							font-size: 1.6rem;
							line-height: 135%;
							text-align: center;
						}
					}
					*/
}
.app-container .card-zone-yes .card-wrapper {
  cursor: default !important;
}
.app-container .card-zone-yes .card-wrapper .card .card-content .card-image {
  background-image: url("../img/logo-filigrane-blue.png");
}
.app-container .card-zone-no .card-wrapper .card .card-content .card-image {
  background-image: url("../img/logo-filigrane-red.png");
}
.app-container .next-card {
  display: flex;
  justify-content: center;
  margin-bottom: -4.5rem;
}
.app-container .next-card .card-zone .card-wrapper .card .card-content .card-name {
  padding-top: 1.4rem;
  width: 100%;
  box-sizing: border-box;
}
.app-container .next-card .card-arrow {
  align-self: center;
  padding: 1rem;
  position: relative;
  top: -2rem;
}
.app-container .next-card .card-arrow .card-icon {
  display: inline-block;
  transform: rotate(-90deg);
  color: #f08a5d;
}
.app-container .next-card .card-arrow .card-icon i {
  font-size: 2.4rem;
}
.app-container .next-card .card-description {
  padding: 1.6rem 2rem 1.4rem 3.6rem;
  width: 22vw;
  color: #343434;
}
.app-container .next-card .card-description h3 {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
.app-container .next-card .card-description > p {
  margin-top: 0;
}
.app-container .next-card .card-description p {
  font-size: 1.3rem;
  line-height: 145%;
  width: 10vw;
}
.app-container .next-card .card-description p strong {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
.app-container .next-card .step-count {
  position: relative;
  margin-top: 2rem;
}
.app-container .next-card .step-count .step-count-start,
.app-container .next-card .step-count .step-count-end {
  font-size: 1.5rem;
}
.app-container .next-card .step-count .step-count-start {
  position: absolute;
  top: 0;
  left: 0;
}
.app-container .next-card .step-count .step-count-end {
  position: relative;
  top: 0.9rem;
  left: 0.6rem;
}
.app-container .next-card .step-count .step-count-progress {
  position: relative;
  display: inline-block;
  width: 6rem;
  height: 2px;
  background-color: #d8d8d8;
  left: 0.6rem;
  top: 0.7rem;
}
.app-container .next-card .step-count .step-count-progress .step-count-fill {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #f08a5d;
  -webkit-transition: all 0.1s ease;
  transition: all 0.3s ease-in-out;
}
.app-container .next-card .card-zone,
.app-container .next-card .card-wrapper,
.app-container .draggable-mirror {
  width: 9.3vw !important;
  height: 12vw !important;
  z-index: 9999 !important;
}
.app-container .draggable-mirror {
  border: solid 1px #f19d79;
}
.app-container .draggable-mirror .card-name {
  color: #000 !important;
}
.app-container .draggable-mirror .card-image {
  background-image: url("../img/logo-filigrane.png");
}
.app-container .draggable-mirror .card-verif {
  visibility: hidden;
}
.draggable-dropzone--occupied {
  cursor: grab;
}
body.draggable--is-dragging,
body.draggable--is-dragging * {
  cursor: grabbing;
}
.cards-container .draggable-dropzone--active {
  border-color: #f19d79;
}
body.draggable--is-dragging .cards-container .draggable-dropzone--occupied:not(.draggable-container--is-dragging) {
  background: #f7c7b2 !important;
}
#next-card-container {
  border-color: #343434;
  overflow: hidden;
}
.next-card .draggable-source--is-dragging {
  opacity: 0.2;
}
.cards-container .draggable-source--is-dragging {
  opacity: 0.2;
}
.shake .card {
  -webkit-animation: shake 0.24s cubic-bezier(0.64, 0, 0.35, 1);
  animation: shake 0.24s cubic-bezier(0.64, 0, 0.35, 1);
}
.card-zone.jelly {
  overflow: hidden;
}
.jelly .card {
  -webkit-animation: jelly 0.96s linear both;
  animation: jelly 0.96s linear both;
}
.jelly-reverse .card {
  -webkit-animation: jelly-reverse 0.48s linear both;
  animation: jelly-reverse 0.48s linear both;
}
.pulse {
  padding: 0.6rem;
  border-radius: 100%;
  box-shadow: 0 0 30px rgba(233, 155, 71, 0.2);
  -webkit-animation: pulse 1.8s infinite;
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(233, 155, 71, 0.4);
  }
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes shake {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  25% {
    -webkit-transform: translate3d(0.6rem, 0, 0);
    transform: translate3d(0.6rem, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(0.4rem, 0, 0);
    transform: translate3d(0.4rem, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes jelly {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  4% {
    -webkit-transform: scale(0.947, 0.961);
    transform: scale(0.947, 0.961);
  }
  6% {
    -webkit-transform: scale(0.967, 0.99);
    transform: scale(0.967, 0.99);
  }
  8% {
    -webkit-transform: scale(0.999, 1.034);
    transform: scale(0.999, 1.034);
  }
  10% {
    -webkit-transform: scale(1.033, 1.075);
    transform: scale(1.033, 1.075);
  }
  12% {
    -webkit-transform: scale(1.041, 1.084);
    transform: scale(1.041, 1.084);
  }
  14% {
    -webkit-transform: scale(1.068, 1.1);
    transform: scale(1.068, 1.1);
  }
  16% {
    -webkit-transform: scale(1.071, 1.1);
    transform: scale(1.071, 1.1);
  }
  18% {
    -webkit-transform: scale(1.081, 1.086);
    transform: scale(1.081, 1.086);
  }
  20% {
    -webkit-transform: scale(1.082, 1.078);
    transform: scale(1.082, 1.078);
  }
  22% {
    -webkit-transform: scale(1.079, 1.06);
    transform: scale(1.079, 1.06);
  }
  25% {
    -webkit-transform: scale(1.073, 1.044);
    transform: scale(1.073, 1.044);
  }
  27% {
    -webkit-transform: scale(1.07, 1.041);
    transform: scale(1.07, 1.041);
  }
  30% {
    -webkit-transform: scale(1.059, 1.035);
    transform: scale(1.059, 1.035);
  }
  31% {
    -webkit-transform: scale(1.057, 1.035);
    transform: scale(1.057, 1.035);
  }
  36% {
    -webkit-transform: scale(1.047, 1.044);
    transform: scale(1.047, 1.044);
  }
  38% {
    -webkit-transform: scale(1.046, 1.047);
    transform: scale(1.046, 1.047);
  }
  42% {
    -webkit-transform: scale(1.044, 1.053);
    transform: scale(1.044, 1.053);
  }
  45% {
    -webkit-transform: scale(1.045, 1.055);
    transform: scale(1.045, 1.055);
  }
  53% {
    -webkit-transform: scale(1.049, 1.051);
    transform: scale(1.049, 1.051);
  }
  60% {
    -webkit-transform: scale(1.051, 1.049);
    transform: scale(1.051, 1.049);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jelly-reverse {
  0% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  4% {
    -webkit-transform: scale(1.051, 1.049);
    transform: scale(1.051, 1.049);
  }
  6% {
    -webkit-transform: scale(1.049, 1.051);
    transform: scale(1.049, 1.051);
  }
  8% {
    -webkit-transform: scale(1.045, 1.055);
    transform: scale(1.045, 1.055);
  }
  10% {
    -webkit-transform: scale(1.044, 1.053);
    transform: scale(1.044, 1.053);
  }
  12% {
    -webkit-transform: scale(1.046, 1.047);
    transform: scale(1.046, 1.047);
  }
  14% {
    -webkit-transform: scale(1.047, 1.044);
    transform: scale(1.047, 1.044);
  }
  16% {
    -webkit-transform: scale(1.057, 1.035);
    transform: scale(1.057, 1.035);
  }
  18% {
    -webkit-transform: scale(1.059, 1.035);
    transform: scale(1.059, 1.035);
  }
  20% {
    -webkit-transform: scale(1.07, 1.041);
    transform: scale(1.07, 1.041);
  }
  22% {
    -webkit-transform: scale(1.073, 1.044);
    transform: scale(1.073, 1.044);
  }
  25% {
    -webkit-transform: scale(1.079, 1.06);
    transform: scale(1.079, 1.06);
  }
  27% {
    -webkit-transform: scale(1.082, 1.078);
    transform: scale(1.082, 1.078);
  }
  30% {
    -webkit-transform: scale(1.081, 1.086);
    transform: scale(1.081, 1.086);
  }
  31% {
    -webkit-transform: scale(1.071, 1.1);
    transform: scale(1.071, 1.1);
  }
  36% {
    -webkit-transform: scale(1.068, 1.1);
    transform: scale(1.068, 1.1);
  }
  38% {
    -webkit-transform: scale(1.041, 1.084);
    transform: scale(1.041, 1.084);
  }
  42% {
    -webkit-transform: scale(1.033, 1.075);
    transform: scale(1.033, 1.075);
  }
  45% {
    -webkit-transform: scale(0.999, 1.034);
    transform: scale(0.999, 1.034);
  }
  53% {
    -webkit-transform: scale(0.967, 0.99);
    transform: scale(0.967, 0.99);
  }
  60% {
    -webkit-transform: scale(0.947, 0.961);
    transform: scale(0.947, 0.961);
  }
  75% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.app-container .cards-container {
  width: 95%;
  margin: 0 auto;
  margin-top: 2.6rem;
}
.app-container .cards-container .step {
  grid-gap: 5rem;
}
.app-container .cards-container .step0 .card-zone {
  display: flex;
  justify-content: center;
  background: none;
  border: none;
}
.app-container .cards-container .step0 .card-zone .card-wrapper {
  max-width: 16rem;
  max-width: 8.4vw;
  background-color: #fce9e1;
  border: solid 2px #fce7de;
}
.app-container .cards-container .step0 #step0-zone1 {
  grid-column: 1;
}
.app-container .cards-container .step0 #step0-zone2 {
  grid-column: 2 / span 2;
}
.app-container .cards-container .step0 #step0-zone3 {
  grid-column: 4 / span 3;
}
.app-container .cards-container .step0 #step00-zone1 {
  grid-column: 1 / span 2;
}
.app-container .cards-container .step0 #step00-zone2 {
  grid-column: 3 / span 3;
}
.app-container .cards-container .step0 #step00-zone3 {
  grid-column: 6 / span 2;
}
.app-container .cards-container .step0 #step000-zone1 {
  grid-column: 2 / span 5;
}
.app-container .cards-container .step-1 #step1-zone2,
.app-container .cards-container .step-2 #step2-zone1,
.app-container .cards-container .step-2 #step2-zone6 {
  margin-left: 1.8rem;
}
.app-container .cards-container .step-1 #step1-zone3,
.app-container .cards-container .step-2 #step2-zone2,
.app-container .cards-container .step-2 #step2-zone7 {
  margin-left: -1.8rem;
}
.app-container .cards-container .step-1 #step1-zone4,
.app-container .cards-container .step-2 #step2-zone3 {
  margin-left: 3.6rem;
}
.app-container .cards-container .step-1 #step1-zone6,
.app-container .cards-container .step-2 #step2-zone5 {
  margin-left: -3.6rem;
}
.app-container .cards-container .step-scroll .step .card-zone {
  position: relative;
  overflow: visible;
}
.app-container .cards-container .step-scroll .step .card-zone::after {
  content: "\f309";
  font-size: 2rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #f08a5d;
  position: absolute;
  top: -2.6rem;
  left: 49%;
}
.app-container .cards-container .step0 .card-zone .card-wrapper,
#calculate .next-card .card-zone .card-wrapper {
  border-color: #0066AB;
  border-color: rgba(0, 102, 171, 0.5);
}
.app-container .cards-container .step0 .card-zone .card-wrapper .card .card-content .card-name,
#calculate .next-card .card-zone .card-wrapper .card .card-content .card-name {
  width: auto;
  text-align: center;
  font-size: 7.8rem;
  font-size: 3.8vw;
  line-height: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
#calculate .next-card .card-zone .card-wrapper .card .card-content .card-name {
  font-size: 3vw;
}
.app-container .cards-container .step0 .card-zone .card-wrapper .card .card-content .card-name span,
#calculate .next-card .card-zone .card-wrapper .card .card-content .card-name span {
  letter-spacing: -2px;
  color: #0066AB;
  background: linear-gradient(to right, #008DCF, #213281);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
#calculate .next-card .card-zone .card-wrapper .card .card-content .card-name span {
  letter-spacing: -1px;
}
.app-container .cards-container .step0 .card-zone .card-wrapper .card .card-content .card-name em,
#calculate .next-card .card-zone .card-wrapper .card .card-content .card-name em {
  font-size: 1.6rem;
  font-style: normal;
  color: #0066AB;
  line-height: 100%;
}
.app-container .cards-container .step0 .card-zone .card-wrapper .card .card-content .card-image,
#calculate .next-card .card-zone .card-wrapper .card .card-content .card-image {
  background-position: center center;
  background-size: 100%;
}
#calculate .next-card .card-zone .card-wrapper .card .card-content .card-image {
  background-color: transparent;
}
#calculate .next-card {
  margin-top: 5rem;
  margin-bottom: 0;
}
#calculate .next-card .card-zone,
#calculate .next-card .card-zone .card-wrapper {
  background: transparent;
  border: none;
  cursor: default;
}
#calculate .next-card .card-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#calculate .cards-container {
  width: 98%;
  max-height: unset;
  overflow-y: auto;
  overflow-x: visible;
  overflow: visible;
  margin-top: 1.2rem;
}
#calculate .cards-container .step {
  grid-template-columns: repeat(9, 1fr);
  padding-right: 1rem;
  grid-gap: 8rem 1.2rem;
}
#calculate .step .card-zone {
  cursor: pointer;
  border-width: 3px;
  box-sizing: border-box;
}
#calculate .step .card-zone .card-wrapper {
  pointer-events: none;
  display: flex;
  flex-direction: column;
}
#calculate .step .card-zone:not(.card-zone-yes) {
  border-color: #faf3f0;
}
#calculate .step .card-zone:not(.card-zone-yes) .card-name {
  color: #555;
}
#calculate .step .card-zone:not(.card-zone-yes) .card-verif {
  display: none;
}
#calculate .step .card-zone .card-wrapper .card-footer {
  position: relative;
  margin-top: -5.6rem;
  top: 5.5rem;
  font-size: 1.2rem;
  line-height: 150%;
  color: #256fa7;
  opacity: 0;
  transform: translateY(-1.5rem);
  transition: all 0.15s ease-in-out;
}
#calculate .step .card-zone.card-zone-yes .card-wrapper .card-footer {
  transform: translateY(0);
  opacity: 1;
}
#calculate .step .card-zone .card-wrapper .card-footer p {
  margin: 0;
  text-align: center;
}
#calculate .step .card-zone .card-wrapper .card-footer img {
  height: 3.4rem;
  position: relative;
  top: 0.7rem;
  margin-right: 0.3rem;
}
#calculate .step .card-zone:first-of-type .card-footer img {
  width: 0;
}
.modal-mask {
  position: fixed;
  z-index: 99998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}
.modal-mask .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}
.modal-mask .modal-container {
  width: 42rem;
  margin: 0px auto;
  padding: 3.2rem;
  background-color: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 50px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.3s ease;
  text-align: center;
}
.modal-mask .modal-header h3 {
  font-size: 2.4rem;
  margin-top: 0;
  color: #f08a5d;
}
.modal-mask .modal-body {
  font-size: 1.7rem;
  line-height: 135%;
  margin: 2rem 0;
}
.modal-mask .modal-default-button {
  cursor: pointer;
  background-color: #f08a5d;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 1rem 1.8rem 1.2rem 1.8rem;
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-right: 1rem;
}
.modal-mask .modal-default-button:last-of-type {
  margin-right: 0;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.app-container .card-zone .card-wrapper .card .card-content .card-verif {
  pointer-events: all;
  cursor: pointer;
}
.app-container .card-zone .card-wrapper .card .card-content .card-verif.card-verif-amount {
  top: 3.4rem;
  right: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  width: 2.2rem;
  text-align: center;
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Chrome, Safari, Opéra depuis la version 15 */
  -ms-user-select: none;
  /* Internet explorer depuis la version 10 et Edge */
  user-select: none;
  /* Propriété standard */
}
.app-container .card-zone .card-wrapper .card .card-content .card-verif.card-verif-minus {
  top: 5rem;
}
.app-container .card-zone .card-wrapper .card .card-content .card-verif.card-verif-disabled {
  opacity: 0.5;
  pointer-events: none;
}
