@charset "UTF-8";
@font-face {
  font-family: 'castellarregular';
  src: url("../font/castelar-webfont.woff2") format("woff2"), url("../font/castelar-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'bahnhof_regularregular';
  src: url("../font/bahnhof_regular_regular-webfont.woff2") format("woff2"), url("../font/bahnhof_regular_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  overscroll-behavior: contain;
}

.tarot8 #bg {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.tarot8 #bg .jeu0,
.tarot8 #bg .jeu1 {
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  opacity: 0;
  left: 0;
  background-image: url("../img/bg1_light.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}
.tarot8 #bg .jeu2 {
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  opacity: 0;
  background-image: url("../img/bg1_light.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
.tarot8 #bg .jeu3 {
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  left: 0%;
  opacity: 0;
  background-image: url("../img/bg1_light.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.tarot8 #jeu {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 4;
}
.tarot8 .intro-tirage{
  overflow-y: auto!important;
}

.tarot8 #jeu #cardtitle {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
  padding: 0 10px;
}
.tarot8 #jeu #cardtitle p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 14px;
  margin-top: 12px;
}
.tarot8 #jeu0 {
  max-width: 1024px;
  max-width: 1024px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tarot8 #jeu0 .txts {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 20px;
  opacity: 0;
}
.tarot8 #jeu0 .txts h2 {
  font-family: 'bahnhof_regularregular';
  font-size: 44px;
  display: block;
  opacity: 0;
  margin-top: 10px;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
.tarot8 #jeu0 .txts h1 {
  font-family: 'bahnhof_regularregular';
  font-size: 36px;
  display: block;
  opacity: 0;
  margin-top: -10px;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
.tarot8 #jeu0 .txts .decompte,
.tarot8 #jeu0 .txts .texte {
  text-align: center;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-top: 20px;
  opacity: 0;
  width: 100%;
  font-weight: 300;
  letter-spacing: 1px;
}
.tarot8 #jeu0 .txts .decompte span,
.tarot8 #jeu0 .txts .texte span {
  overflow: auto;
  display: inline-block;
}
.tarot8 #jeu0 .start {
  opacity: 0;
}
.tarot8 #jeu0 ul.dots {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
  width: 100%;
  position: absolute;
  bottom: 2%;
  left: 0;
  text-align: center;
  z-index: 10;
  opacity: 0;
}
.tarot8 #jeu0 ul.dots li {
  display: inline-block;
  padding: 0 4px;
}
.tarot8 #jeu0 ul.dots a {
  display: inline-block;
  width: 14px;
  text-decoration: none;
  height: 14px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100%;
  font-size: 0;
  transition: background-color 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.tarot8 #jeu0 ul.dots a:hover, .tarot8 #jeu0 ul.dots a.is-current {
  background-color: #ffffff;
}
.tarot8 #jeu0 span.toprev {
  position: absolute;
  display: inline-block;
  z-index: 10;
  top: 30%;
  left: 5px;
  opacity: 0;
  transition: left 0.3s ease-in-out;
}
.tarot8 #jeu0 span.toprev a {
  text-decoration: none;
}
.tarot8 #jeu0 span.toprev img {
  width: 30px;
}
.tarot8 #jeu0 span.toprev:hover {
  left: 0;
}
.tarot8 #jeu0 span.tonext {
  position: absolute;
  display: inline-block;
  z-index: 10;
  top: 30%;
  right: 5px;
  opacity: 0;
  transition: right 0.3s ease-in-out;
}
.tarot8 #jeu0 span.tonext a {
  text-decoration: none;
}
.tarot8 #jeu0 span.tonext img {
  width: 30px;
}
.tarot8 #jeu0 span.tonext:hover {
  right: 0;
}
.tarot8 #jeu0bis {
  max-width: 1024px;
  max-width: 1024px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tarot8 #jeu0bis .txts {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px 20px;
  opacity: 0;
}
.tarot8 #jeu0bis .txts h2 {
  font-family: 'bahnhof_regularregular';
  font-size: 44px;
  display: block;
  opacity: 0;
  margin-top: 10px;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
.tarot8 #jeu0bis .txts h1 {
  font-family: 'bahnhof_regularregular';
  font-size: 36px;
  display: block;
  opacity: 0;
  margin-top: -10px;
  letter-spacing: 1px;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}
.tarot8 #jeu0bis .txts .decompte,
.tarot8 #jeu0bis .txts .texte {
  text-align: center;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-top: 20px;
  opacity: 0;
  width: 100%;
  font-weight: 600;
  letter-spacing: 1px;
}
.tarot8 #jeu0bis .txts .decompte span,
.tarot8 #jeu0bis .txts .texte span {
  overflow: auto;
  display: inline-block;
}
.tarot8 #jeu0bis .start {
  opacity: 0;
}
.tarot8 #jeu1 {
  max-width: 1024px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 150%;
  top: 28%;
  transform: translate(-50%, -50%);
}
.tarot8 #jeu1 .txts p {
  text-align: center;
  color: #ffffff;
}
.tarot8 #jeu1 .txts .title {
  font-family: 'bahnhof_regularregular';
  font-size: 44px;
  line-height: 45px;
  display: block;
  opacity: 0;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.tarot8 #jeu1 .txts .title span {
  font-size: 34px;
  font-weight: 300;
}
.tarot8 #jeu1 .txts .decompte {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 20px;
  opacity: 0;
  text-transform: uppercase;
  width: 65%;
  background-color: rgba(255, 255, 255, 1);
  margin: 0 auto;
  color: #000000;
  margin-bottom: 10px;
}
.tarot8 #jeu1 .txts .decompte span {
  overflow: auto;
  display: inline-block;
}
.tarot8 #jeu1 .card {
  width: 100%;
  max-width: 1024px;
  margin: 60px auto 0;
  position: relative;
}
.tarot8 #jeu1 .card ul {
  width: 100%;
  margin-left: 15%;
  display: block;
}
.tarot8 #jeu1 .card ul:after {
  content: '';
  display: table;
  clear: both;
}
.tarot8 #jeu1 .card ul li {
  float: left;
  width: 8.18%;
  margin-left: 29%;
  position: absolute;
  z-index: 0;
  cursor: pointer;
}
.tarot8 #jeu1 .card ul li .back {
  width: 100%;
  margin-top: 100px;
  opacity: 0;
  display: block;
}
.tarot8 #jeu1 .card ul li .front {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  transform: rotateY(180deg);
}
.tarot8 #jeu1 .card ul li p {
  color: #000000;
  background-color: white;
  text-align: center;
  padding: 5px 2px;
  font-size: 7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-left: 0%;
  opacity: 0;
  width: 100%;
  position: absolute;
  pointer-events: none;
  height: 24px;
  line-height: 15px;
  top: 88%;
}
.tarot8 #jeu1 .card ul li img {
  backface-visibility: hidden;
}
.tarot8 #jeu2 {
  max-width: 760px;
  width: 100%;
  padding: 0 30px 55px;
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tarot8 #jeu2 .txts .title {
  font-family: 'bahnhof_regularregular';
  font-size: 44px;
  line-height: 30px;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0 0 15px black;
}
.tarot8 #jeu2 .txts .texte {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  color: #000000;
  text-align: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  margin: 30px 0 20px;
}
.tarot8 #jeu2 .txts .step {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  position: absolute;
  top: 10px;
  color: #000000;
  text-align: center;
  opacity: 0;
  width: 90%;
  background-color: rgba(255, 255, 255, 1);
  margin-top: 50px;
}
.tarot8 #jeu2 .txts .step span {
  overflow: auto;
  display: inline-block;
}
.tarot8 #jeu2 .card ul {
  width: 100%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  height: 200px;
  position: relative;
  /* li:nth-child(5){
     margin-left: 20%;
   }*/
}
.tarot8 #jeu2 .card ul li {
  width: 11.5%;
  margin-top: 2.5%;
  position: absolute;
  z-index: 0;
}
.tarot8 #jeu2 .card ul li .back {
  width: 100%;
  display: block;
}
.tarot8 #jeu2 .card ul li .front {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transform: rotateX(180deg);
  opacity: 0;
}
.tarot8 #jeu2 .card ul li p {
  color: #000000;
  background-color: white;
  text-align: center;
  padding: 5px 0px;
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0;
  width: 100%;
  position: relative;
  height: 26px;
  visibility: hidden;
  pointer-events: none;
  margin-top: -28%;
}
.tarot8 #jeu2 .card ul li img {
  backface-visibility: hidden;
}
.tarot8 #jeu2 .balance {
  width: 100%;
  margin-top: 60px;
}
.tarot8 #jeu2 .balance .planche {
  transform: rotate(0deg);
}
.tarot8 #jeu2 .balance .planche ul {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tarot8 #jeu2 .balance .planche ul li {
  float: left;
  width: 10%;
  opacity: 0;
  margin-left: -3.5%;
}
.tarot8 #jeu2 .balance .planche ul li img {
  width: 100%;
  display: block;
}
.tarot8 #jeu2 .balance .planche ul li:nth-child(7) {
  margin-left: 14%;
}
.tarot8 #jeu2 .balance .planche ul li:nth-child(1) {
  margin-left: 0;
}
.tarot8 #jeu2 .balance .planche span {
  display: block;
  width: 100%;
  margin-top: -5px;
}
.tarot8 #jeu2 .balance .planche span img {
  width: 100%;
  display: block;
}
.tarot8 #jeu2 .balance .planche p {
  background-color: white;
  font-family: 'Montserrat';
  font-size: 16px;
  position: absolute;
  margin-top: 20px;
  padding: 5px 10px;
  font-weight: 600;
}
.tarot8 #jeu2 .balance .planche .oui {
  right: 0;
}
.tarot8 #jeu2 .balance .support {
  display: block;
  margin: 0 auto;
}
.tarot8 #jeu2 .balance .ombre {
  width: 100%;
  height: 30px;
  margin-top: -30px;
}
.tarot8 #jeuFormCiv {
  max-width: 480px;
  width: 100%;
  padding: 40px;
  position: absolute;
  left: 150%;
  top: 44%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 1);
  /* Masquer le bouton radio d'origine */
  /* Affichage par défaut du bouton radio personnalisé */
  /* Affichage du bouton radio personnalisé quand il est sélectionné */
}
.tarot8 #jeuFormCiv .title {
  font-family: 'bahnhof_regularregular';
  font-size: 35px;
  line-height: 30px;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  color: #000000;
}
.tarot8 #jeuFormCiv .texte {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.tarot8 #jeuFormCiv .form1, .tarot8 #jeuFormCiv .form2 {
  width: 250px;
  margin: 20px auto;
}
.tarot8 #jeuFormCiv .form1 span, .tarot8 #jeuFormCiv .form2 span {
  width: 100px;
}
.tarot8 #jeuFormCiv .form1 span:nth-child(2), .tarot8 #jeuFormCiv .form2 span:nth-child(2) {
  margin-left: 35px;
}
.tarot8 #jeuFormCiv .sep {
  display: block;
  width: 50%;
  height: 1px;
  background: #000000;
  margin: 0 auto;
}
.tarot8 #jeuFormCiv input[type=radio] {
  display: none;
}
.tarot8 #jeuFormCiv input[type=radio] + label:before {
  background: #fff;
  border-radius: 50%;
  margin-top: -3px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 17px;
  height: 17px;
  border: 1px solid #000000;
}
.tarot8 #jeuFormCiv input[type=radio]:checked + label:before {
  background: #4d4d4d;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.tarot8 #jeuFormCiv span {
  display: inline-block;
  margin: 20px 0;
}
.tarot8 #jeuFormCiv span input {
  width: 25px;
  height: 25px;
  opacity: 0.8;
}
.tarot8 #jeuFormCiv span label {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 0px;
  margin-top: 20px;
  color: #000000;
}
.tarot8 #jeuFormEmail {
  max-width: 480px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 150%;
  bottom: 25%;
  transform: translate(-50%, 0);
  background-color: rgba(255, 255, 255, 1);
}
.tarot8 #jeuFormEmail form {
  padding: 0;
  margin: 0;
}
.tarot8 #jeuFormEmail input {
  width: 100%;
  height: 50px;
  opacity: 1;
  color: #000000;
  background-color: white;
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 15px;
  border: 1px solid #000000;
}
.tarot8 #jeuFormEmail select {
  border: 1px solid #000000;
  display: inline-block;
  height: 50px;
  letter-spacing: 1px;
  font-family: 'Montserrat';
  font-size: 16px;
  color: #000000;
  margin: 13px 0;
  width: 100%;
  padding-left: 15px;
  background: #ffffff;
}
.tarot8 #jeuFormEmail .check input {
  width: 17px;
  margin-right: 5px;
}
.tarot8 #jeuFormEmail .check label {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}
.tarot8 #jeu3 {
  width: 100%;
  padding: 0 55px 55px;
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tarot8 #jeu3 .card {
  max-width: 900px;
  display: block;
  position: relative;
  margin: 0 auto;
  width: 30%;
}
.tarot8 #jeu3 .card .rond {
  position: absolute;
  width: 55%;
  z-index: 2;
  opacity: 0;
  top: 50%;
}
.tarot8 #jeu3 .card .rond p {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 40%;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}
.tarot8 #jeu3 .card .rond img {
  width: 100%;
}
.tarot8 #jeu3 .card .rond1 {
  left: -24px;
}
.tarot8 #jeu3 .card .rond2 {
  left: 50%;
}
.tarot8 #jeu3 .card ul {
  width: 45%;
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
}
.tarot8 #jeu3 .card ul li {
  position: relative;
  width: 33%;
  display: inline-block;
  float: left;
  opacity: 0;
}
.tarot8 #jeu3 .card ul li img {
  width: 100%;
}
.tarot8 #jeu3 .card .no {
  margin-right: 10%;
}
.tarot8 #jeu3 .card .jauge {
  width: 100%;
  position: relative;
  margin: 80px auto 0;
  opacity: 0;
  float: right;
}
.tarot8 #jeu3 .card .jauge p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 0 5px black;
}
.tarot8 #jeu3 .card .jauge span {
  display: block;
  height: 22px;
  background-image: url("../img/jauge-yes.png");
  border-radius: 20px;
}
.tarot8 #jeu3 .card .jauge .niveau {
  width: 0%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px 0 0 20px;
  background-image: url("../img/jauge-non.png");
}
.tarot8 #jeu3 .card .jauge .curseur {
  position: absolute;
  top: 4px;
  left: 0%;
  margin-left: -10px;
}
.tarot8 #jeu3 .card .jauge .curseur p {
  font-size: 21px;
  position: absolute;
  top: -50px;
  z-index: 2;
  left: -6px;
}
.tarot8 #jeu3 .card .jauge .curseur .bulle {
  top: -52px;
  width: 61px;
  left: -18px;
}
.tarot8 #jeu3 .card .jauge .curseur img {
  position: absolute;
  left: 0;
  top: -4px;
}
.tarot8 #jeu3 .card .jauge .non {
  position: absolute;
  top: -1px;
  left: 10px;
}
.tarot8 #jeu3 .card .jauge .oui {
  position: absolute;
  top: -1px;
  left: 90%;
}
.tarot8 #resultat {
  top: 90px;
  width: 100%;
  max-width: 1180px;
  position: absolute;
  left: 50%;
  padding: 40px;
  display: none;
  transform: translate(-50%, 0);
  opacity: 0;
}
.tarot8 #resultat form {
  margin-bottom: 40px;
  background: #ffffff;
  padding: 20px 10px;
}
.tarot8 #resultat form .titre {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
}
.tarot8 #resultat form .sstitre {
  text-align: center;
  font-family: 'Montserrat';
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
}
.tarot8 #resultat form span {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
}
.tarot8 #resultat form span label {
  width: 45%;
  text-align: right;
  display: block;
  float: left;
  margin-right: 10px;
  font-family: 'Montserrat';
  font-size: 16px;
  color: #000000;
}
.tarot8 #resultat form span select {
  height: 25px;
  width: 40%;
  font-family: 'Montserrat';
  font-size: 16px;
  border: 1px solid #b2b2b2;
}
.tarot8 #resultat form span input {
  border: 1px solid #b2b2b2;
}
.tarot8 #resultat form .check label {
  float: right;
  width: 70%;
  text-align: left;
}
.tarot8 #resultat form .check input {
  width: 20px;
  height: 20px;
  margin-left: 25%;
}
.tarot8 #resultat form .cgv {
  font-family: 'Montserrat';
  font-size: 16px;
  width: 70%;
  margin: 0 auto 15px;
}
.tarot8 #resultat form .cgv a {
  text-decoration: underline;
}
.tarot8 #resultat form .send p {
  color: #ffffff;
}
.tarot8 #resultat .tirage ul li .bouton {
  color: #ffffff;
}
.tarot8 #resultat p {
  color: #000000;
}
.tarot8 #resultat .top {
  margin-bottom: 55px;
  overflow: hidden;
}
.tarot8 #resultat .top ul {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  padding: 20px 2%;
  background: rgba(0, 0, 0, 0.4);
}
.tarot8 #resultat .top ul li {
  position: relative;
  width: 13.1%;
  display: inline-block;
  float: left;
  margin-left: 1%;
}
.tarot8 #resultat .top ul li img {
  width: 100%;
}
.tarot8 #resultat .top .date {
  font-size: 17px;
  text-align: center;
  font-family: 'bahnhof_regularregular';
  line-height: 1.2;
  margin-top: 20px;
  text-align: center;
  letter-spacing: 0.5px;
}
.tarot8 #resultat .top .date span {
  border: solid 0.5px;
  height: 1px;
  width: 40%;
  display: inline-block;
  margin-top: 10px;
}
.tarot8 #resultat .top .date span:first-child {
  float: left;
}
.tarot8 #resultat .top .date span:last-child {
  float: right;
}
.tarot8 #resultat .top .date p {
  background: #ffffff;
  display: inline-block;
  width: 20%;
}
.tarot8 #resultat .top .title {
  font-family: 'bahnhof_regularregular';
  font-size: 40px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 0 15px black;
}
.tarot8 #resultat .top .portrait {
  width: 50px;
  margin: 20px auto;
  display: block;
}
.tarot8 #resultat .top .txt {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 20px;
  background: white;
  padding-top: 10px;
}
.tarot8 #resultat .top .resultatContent {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0.4);
  padding: 16px 20px;
  color: #ffffff;
}
.tarot8 #resultat .top .cards > li {
  display: inline-block;
  max-width: 38px;
}
.tarot8 #resultat .top .cards > li img {
  width: 100%;
}
.tarot8 #resultat .interpretation {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50px;
}
.tarot8 #resultat .interpretation .jauge {
  width: 100%;
  position: relative;
  margin: 20px auto 40px;
}
.tarot8 #resultat .interpretation .jauge p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 0 5px black;
}
.tarot8 #resultat .interpretation .jauge span {
  display: block;
  height: 22px;
  background-image: url("../img/jauge-yes.png");
  border-radius: 20px;
}
.tarot8 #resultat .interpretation .jauge .niveau {
  width: 0%;
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 20px 0 0 20px;
  background-image: url("../img/jauge-non.png");
}
.tarot8 #resultat .interpretation .jauge .curseur {
  position: absolute;
  top: 4px;
  left: 0%;
  margin-left: -10px;
}
.tarot8 #resultat .interpretation .jauge .curseur p {
  font-size: 21px;
  position: absolute;
  top: -50px;
  z-index: 2;
  left: -6px;
}
.tarot8 #resultat .interpretation .jauge .curseur .bulle {
  top: -52px;
  width: 61px;
  left: -18px;
}
.tarot8 #resultat .interpretation .jauge .curseur img {
  position: absolute;
  left: 0;
  top: -4px;
}
.tarot8 #resultat .interpretation .jauge .non {
  position: absolute;
  top: -1px;
  left: 10px;
}
.tarot8 #resultat .interpretation .jauge .oui {
  position: absolute;
  top: -1px;
  left: 90%;
}
.tarot8 #resultat .interpretation li {
  position: relative;
}
.tarot8 #resultat .interpretation li .darkBox::before {
  content: "";
  position: absolute;
  left: 0%;
  top: -100%;
  width: 120%;
  height: 100%;
  z-index: -1;
  transform-origin: 0 100%;
  -webkit-transform: rotate(16.3deg);
  -ms-transform: rotate(16.3deg);
  -o-transform: rotate(16.3deg);
  transform: rotate(16.3deg);
  background: rgba(0, 0, 0, 0.4);
}
.tarot8 #resultat .interpretation li .darkBox {
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 0 20px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.tarot8 #resultat .interpretation li .darkBox .title {
  font-family: 'bahnhof_regularregular';
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 15px;
  color: #ffffff;
}
.tarot8 #resultat .interpretation li .darkBox .title span {
  border: solid 0.5px;
  height: 1px;
  width: 50px;
  display: inline-block;
  margin-top: 10px;
}
.tarot8 #resultat .interpretation li .darkBox .title span:first-child {
  margin-right: 10px;
}
.tarot8 #resultat .interpretation li .darkBox .title span:last-child {
  margin-left: 10px;
}
.tarot8 #resultat .interpretation li .darkBox .cards {
  text-align: center;
  margin-top: 30px;
}
.tarot8 #resultat .interpretation li .darkBox .cards > li {
  display: inline-block;
  max-width: 9%;
  margin-left: 5%;
}
.tarot8 #resultat .interpretation li .darkBox .cards > li img {
  width: 100%;
}
.tarot8 #resultat .interpretation li .darkBox .cards li:first-child {
  margin-left: 0;
}
.tarot8 #resultat .interpretation li .whiteBox {
  background: #ffffff;
  padding: 15px 30px 20px;
  margin-bottom: 20px;
}
.tarot8 #resultat .interpretation li .whiteBox .sstitle {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-top: 7px;
  margin-bottom: 7px;
  text-align: center;
  font-weight: 400;
  color: #000000;
}
.tarot8 #resultat .interpretation li .whiteBox .arrow {
  display: block;
  margin: 20px auto;
}
.tarot8 #resultat .interpretation li .whiteBox .col li{
    width: 45%;
    display: inline-block;
    margin-right: 4%;
}
.tarot8 #resultat .interpretation li .whiteBox .col li img{
    float: left;
    margin-right: 10px;
}
.tarot8 #resultat .interpretation li .whiteBox .col li .bloc-txt{
    float: left;
    width: 82%;
    margin-top: 10px;
    font-family: 'Montserrat';
    font-size: 16px;
}
.tarot8 #resultat .interpretation li .whiteBox .col li .sstitre{
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.tarot8 #resultat .interpretation li .whiteBox .col li span{
    height: 100px;
    width: 1px;
    display: block;
    background: #000000;
    float: right;
    margin-top: 50px;
}
.tarot8 #resultat .interpretation li .whiteBox .content, .tarot8 #resultat .interpretation li .whiteBox .content p {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #000000;
}
.tarot8 #resultat .interpretation li .whiteBox .content span {
  font-size: 19px;
  font-weight: 600;
}
.tarot8 #resultat .interpretation li .whiteBox .reponse {
  text-align: center;
  font-size: 25px;
}
.tarot8 #resultat .interpretation li .whiteBox.card {
  overflow: hidden;
}
.tarot8 #resultat .interpretation li .whiteBox.card .sstitle .icone{
  margin-top: 10px;
  margin-right: 10px;
}
.tarot8 #resultat .interpretation li .whiteBox.card .front {
  float: left;
  margin-right: 20px;
  width: 9%;
}
.tarot8 #resultat .interpretation li .whiteBox.card .sstitle {
  text-align: left;
}

/* RWD Rules */
@media only screen and (min-width: 1300px), only screen and (min-width: 1300px) and (min-device-pixel-ratio: 2) {
  .tarot8 #jeu1 {
    max-width: 1100px;
  }
  .tarot8 #jeu2 {
    max-width: 900px;
    top: 55%;
  }
}
@media only screen and (max-width: 1024px), only screen and (max-width: 1024px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1024px) and (min-resolution: 192dpi) {
  .tarot8 #jeu #cardtitle p {
    margin-top: 6px;
  }
  .tarot8 #jeu3 .card {
    max-width: 590px;
  }
  
  .tarot8 #resultat .top .date span {
    width: 38%;
  }
  .tarot8 #resultat .top .date p {
    width: 24%;
  }
  
}
@media only screen and (max-width: 760px), only screen and (max-width: 760px) and (min-device-pixel-ratio: 2), only screen and (max-width: 760px) and (min-resolution: 192dpi) {
  .tarot8 #jeu #cardtitle {
    height: 70px;
  }
  .tarot8 #jeu #cardtitle p {
    margin-top: 6px;
  }
  .tarot8 #jeu0, .tarot8 #jeu0bis {
    padding: 55px 35px 35px;
    min-height: 450px;
  }
  .tarot8 #jeu0 .txts h1 {
    font-size: 22px;
  }
  .tarot8 #jeu0 .txts h2 {
    font-size: 29px;
  }
  .tarot8 #jeu0 .txts .title span, .tarot8 #jeu0bis .txts .title span {
    font-size: 22px;
  }
  .tarot8 #jeu0 .txts .decompte,
  .tarot8 #jeu0 .txts .texte, .tarot8 #jeu0bis .txts .decompte,
  .tarot8 #jeu0bis .txts .texte {
    margin-top: 10px;
    line-height: 20px;
  }
  .tarot8 #jeu1 {
    padding: 55px 35px 35px;
  }
  .tarot8 #jeu1 .txts .title {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 1px;
  }
  .tarot8 #jeu1 .txts .title span {
    font-size: 22px;
  }
  .tarot8 #jeu1 .txts .decompte,
  .tarot8 #jeu1 .txts .texte {
    margin-top: 10px;
  }
  .tarot8 #jeu2 {
    padding: 0 35px 35px;
  }
  .tarot8 #jeu2 .txts .title {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 1px;
  }
  .tarot8 #jeu2 .txts .title span {
    font-size: 22px;
  }
  .tarot8 #jeu2 .txts .step {
    margin-top: 10px;
  }
  .tarot8 #jeu3 {
    padding: 0 35px 35px;
  }
  .tarot8 #jeu3 .card {
    max-width: 600px;
  }
  .tarot8 #jeu3 .card .legende {

    margin-top: -20px !important;
  }
  .tarot8 #jeu3 .is-completed ul {
    position: relative;
    height: 150px;
  }
  .tarot8 #jeu3 .is-completed ul p {
    left: 0 !important;
    right: inherit !important;
  }
  .tarot8 #jeu3 .is-completed ul li {
    transition: all 1.2s ease-in-out;
    display: inline-block !important;
    position: relative !important;
    transform: none !important;
    top: 0 !important;
    left: 0 !important;
    bottom: inherit !important;
    right: inherit !important;
    margin: inherit 1% inherit inherit !important;
  }
  .tarot8 #resultat {
    padding: 20px;
  }
  .tarot8 #resultat .top .title {
    font-size: 28px;
  }
  .tarot8 #resultat .top .txt {
    line-height: 17px;
    padding: 5px;
  }
  .tarot8 #resultat .top .date span {
    width: 33.3%;
  }
  .tarot8 #resultat .top .date p {
    width: 33.3%;
  }
  .tarot8 #resultat .interpretation li .cards > li {
    max-width: 80px;
  }
  .tarot8 #resultat .interpretation li .whiteBox .col li, .tarot6 #resultat .interpretation li .whiteBox .col li:last-child{
      width: 100%;
      margin-right: 0%;
      margin-bottom: 30px;
  }
  .tarot8 #resultat .interpretation li .whiteBox .col li span{
      display: none;
  }
}
@media only screen and (max-width: 480px), only screen and (max-width: 480px) and (min-device-pixel-ratio: 2), only screen and (max-width: 480px) and (min-resolution: 192dpi) {
  .tarot8 #jeu #cardtitle {
    height: 100px;
  }
  .tarot8 #jeu #cardtitle p {
    margin-top: 6px;
  }
  .tarot8 #jeu0bis {
    min-height: 400px;
    padding: 55px 20px 2px;
    top: 45%;
  }
  .tarot8 #jeu0{
    padding: 10px 20px 2px;
    position: relative;
    top: 45px;
    left: 0;
    transform: translate(0,0);
    overflow-y: auto;
    margin-bottom: 80px;
  }
  .tarot8 #jeu0 .txts .decompte,
  .tarot8 #jeu0 .txts .texte {
    font-size: 13px;
    letter-spacing: 0;
  }
  .tarot8 #jeu0 .txts h2, .tarot8 #jeu0bis .txts h2 {
    font-size: 17px;
    margin-bottom: 13px;
  }
  .tarot8 #jeu0 .txts h1, .tarot8 #jeu0bis .txts h1 {
    font-size: 19px;
    
  }
  .tarot8 #jeu0 .txts, .tarot8 #jeu0bis .txts {
    padding: 10px;
  }
  .tarot8 #jeu0 .txts .title, .tarot8 #jeu0bis .txts .title {
    font-size: 19px;
    line-height: 25px;
  }
  
  .tarot8 #jeu0 ul.dots, .tarot8 #jeu0bis ul.dots {
    display: none;
  }
  .tarot8 #jeu1 {
    padding: 0px 20px 2px;
    top: 25%;
  }
  .tarot8 #jeu1 .txts .decompte {
    width: 100%;
  }
  .tarot8 #jeu1 .txts .title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .tarot8 #jeu1 .card {
    margin: 40px auto 0;
  }
  .tarot8 #jeu1 .card ul li {
    width: 10.75%;
  }
  .tarot8 #jeu1 .card ul li p {
    font-size: 3.5px;
    padding: 5px 0px;
    letter-spacing: 0;
    line-height: 0px;
    margin-top: 0;
    height: 11px;
  }
  .tarot8 #jeu1 .card ul .is-selected .front {
    margin-top: 90px !important;
  }
  .tarot8 #jeu1 .card ul .is-selected p {
    margin-top: 85px !important;
  }
  .tarot8 #jeu2 {
    padding: 0 10px 35px;
    top: 100px;
    transform: translate(-50%, 0);
  }
  .tarot8 #jeu2 .txts .title {
    font-size: 20px;
  }
  .tarot8 #jeu2 .txts .step {
    top: 20px;
  }
  .tarot8 #jeu2 .start {
    font-size: 8px !important;
  }
  .tarot8 #jeu2 .card ul {
    margin-top: 50px;
    width: 100%;
    height: 150px;
  }
  .tarot8 #jeu2 .card ul li p {
    font-size: 5px;
    padding: 5px 0px;
    letter-spacing: 0;
    height: 18px;
  }
  .tarot8 #jeu2 .balance {
    margin-top: 0;
  }
  .tarot8 #jeuFormCiv,
  .tarot8 #jeuFormEmail {
    padding: 55px 20px 2px;
  }
  .tarot8 #jeu3 {
    padding: 55px 20px 2px;
    min-height: 400px;
    top: 100px;
  }
  .tarot8 #jeu3 .card {
    width: 95%;
  }
  .tarot8 #resultat form .sstitre {
    width: 90%;
  }
  .tarot8 #resultat .top {
    margin-bottom: 25px;
  }
  .tarot8 #resultat .top .date span {
    width: 27%;
  }
  .tarot8 #resultat .top .date p {
    width: 46%;
  }
  .tarot8 #resultat .top .title {
    font-size: 18px;
  }
  .tarot8 #resultat .top .cards {
    display: inline-block;
    margin-top: 20px;
  }
  .tarot8 #resultat .top .cards li {
    max-width: 23px;
  }
  
  .tarot8 #resultat .interpretation li .darkBox .title span {
    width: 20px;
  }
  .tarot8 #resultat .interpretation li .darkBox .cards > li {
    max-width: 12%;
  }
  .tarot8 #resultat .interpretation li .whiteBox.card .front {
    width: 17%;
  }
}
