@charset "UTF-8";
@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;
}

.tarot6 #ecran {
  width: 100%;
  height: 0%;
  background: black;
  opacity: 0;
  z-index: 100;
  position: absolute;
  display: none;
  bottom: 0;
}
.tarot6 #ecran p {
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  text-align: center;
  width: 100%;
  top: 95%;
  display: block;
  position: absolute;
  z-index: 10;
}
.tarot6 #canvas {
  position: absolute;
  z-index: 10;
  pointer-events: none;
}
.tarot6 #bg {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.tarot6 #bg .jeu0,
.tarot6 #bg .jeu1 {
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  background-color: white;
  opacity: 0.6;
  background-image: url("/sites/fr.shana-tarot.com/tarot/img/bg1_light.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 3;
}
.tarot6 #bg .jeu2 {
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  left: 0;
  opacity: 0;
  background-image: url("/sites/fr.shana-tarot.com/tarot/img/bg1_light.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
}
.tarot6 #bg .jeu3 {
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  left: 0%;
  opacity: 0;
  background-image: url("/sites/fr.shana-tarot.com/tarot/img/bg1_light.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.tarot6 #jeu {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 4;
}
.tarot6 .intro-tirage{
  overflow-y: auto!important;
}

.tarot6 #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;
}
.tarot6 #jeu #cardtitle p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 14px;
  margin-top: 12px;
}
.tarot6 #jeu0 {
  max-width: 1024px;
  max-width: 1024px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tarot6 #jeu0 .txts {
  background-color: rgba(0, 0, 0, 1);
  padding: 10px 20px;
  opacity: 0;
}
.tarot6 #jeu0 .txts h2 {
  font-family: 'bahnhof_regularregular';
  font-size: 44px;
  display: block;
  opacity: 0;
  margin-top: 10px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.tarot6 #jeu0 .txts h1 {
  font-family: 'bahnhof_regularregular';
  font-size: 30px;
  display: block;
  opacity: 0;
  margin-top: -10px;
  letter-spacing: 1px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.tarot6 #jeu0 .txts .decompte,
.tarot6 #jeu0 .txts .texte {
  text-align: center;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-top: 20px;
  opacity: 0;
  width: 100%;
  font-weight: 300;
  letter-spacing: 1.5px;
}
.tarot6 #jeu0 .txts .decompte span,
.tarot6 #jeu0 .txts .texte span {
  overflow: auto;
  display: inline-block;
}
.tarot6 #jeu0 .start {
  opacity: 0;
}
.tarot6 #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;
}
.tarot6 #jeu0 ul.dots li {
  display: inline-block;
  padding: 0 4px;
}
.tarot6 #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);
}
.tarot6 #jeu0 ul.dots a:hover, .tarot6 #jeu0 ul.dots a.is-current {
  background-color: #ffffff;
}
.tarot6 #jeu0 span.toprev {
  position: absolute;
  display: inline-block;
  z-index: 10;
  top: 30%;
  left: 5px;
  opacity: 0;
  transition: left 0.3s ease-in-out;
}
.tarot6 #jeu0 span.toprev a {
  text-decoration: none;
}
.tarot6 #jeu0 span.toprev img {
  width: 30px;
}
.tarot6 #jeu0 span.toprev:hover {
  left: 0;
}
.tarot6 #jeu0 span.tonext {
  position: absolute;
  display: inline-block;
  z-index: 10;
  top: 30%;
  right: 5px;
  opacity: 0;
  transition: right 0.3s ease-in-out;
}
.tarot6 #jeu0 span.tonext a {
  text-decoration: none;
}
.tarot6 #jeu0 span.tonext img {
  width: 30px;
}
.tarot6 #jeu0 span.tonext:hover {
  right: 0;
}
.tarot6 #jeu1 {
  max-width: 1024px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 150%;
  top: 15%;
  transform: translate(-50%, -50%);
}
.tarot6 #jeu1 .txts p {
  text-align: center;
  color: #ffffff;
}
.tarot6 #jeu1 .txts .title {
  font-family: 'bahnhof_regularregular';
  font-size: 44px;
  line-height: 45px;
  display: block;
  opacity: 0;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.tarot6 #jeu1 .txts .title span {
  font-size: 34px;
  font-weight: 300;
}
.tarot6 #jeu1 .txts .decompte {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 20px;
  opacity: 0;
  text-transform: uppercase;
  width: 100%;
  background-color: #d2640c;
  margin: 0 auto;
  color: #FFFFFF;
  margin-bottom: 10px;
  padding: 10px;
}
.tarot6 #jeu1 .txts .decompte span {
  overflow: auto;
  display: inline-block;
}
.tarot6 #jeu1 .card {
  width: 100%;
  max-width: 1024px;
  margin: 60px auto 0;
  position: relative;
}
.tarot6 #jeu1 .card ul {
  width: 100%;
  margin-left: 15%;
  display: block;
}
.tarot6 #jeu1 .card ul:after {
  content: '';
  display: table;
  clear: both;
}
.tarot6 #jeu1 .card ul li {
  float: left;
  width: 8.18%;
  margin-left: 29%;
  position: absolute;
  z-index: 0;
  cursor: pointer;
}
.tarot6 #jeu1 .card ul li .back {
  width: 100%;
  margin-top: 100px;
  opacity: 0;
  display: block;
}
.tarot6 #jeu1 .card ul li .front {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  transform: rotateX(180deg);
}
.tarot6 #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%;
}
.tarot6 #jeu2 {
  max-width: 640px;
  width: 100%;
  padding: 0 55px 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.tarot6 #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;
  opacity: 0;
  margin-left: 100px;
}
.tarot6 #jeu2 .txts .start {
  opacity: 0;
}
.tarot6 #jeu2 .txts .step {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  position: absolute;
  top: -40px;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  width: 90%;
  background-color: #c891a9;
  margin-top: 50px;
  padding: 10px;
}
.tarot6 #jeu2 .txts .step span {
  overflow: auto;
  display: inline-block;
}
.tarot6 #jeu2 .card {
  opacity: 0;
  margin-left: 100px;
  width: 100%;
}
.tarot6 #jeu2 .card ul {
  width: 90%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.tarot6 #jeu2 .card ul li {
  float: left;
  width: 18%;
  margin-left: 2.5%;
  margin-top: 3.5%;
  position: relative;
  z-index: 0;
  display: inline-block;
}
.tarot6 #jeu2 .card ul li .back {
  width: 100%;
  display: block;
}
.tarot6 #jeu2 .card ul li .front {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transform: rotateX(180deg);
  opacity: 0;
}
.tarot6 #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: -23%;
}
.tarot6 #jeu2 .card ul li:nth-child(1), .tarot6 #jeu2 .card ul li:nth-child(6) {
  margin-left: 0;
}
.tarot6 #jeuFormCiv {
  max-width: 480px;
  width: 100%;
  height: 350px;
  padding: 0 15px;
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #975984;
}
.tarot6 #jeuFormCiv .title {
  font-family: 'bahnhof_regularregular';
  font-size: 35px;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 25px 0 15px;
}
.tarot6 #jeuFormCiv .texte {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.tarot6 #jeuFormCiv .form1 {
  width: 100%;
  margin: 10px auto;
}
.tarot6 #jeuFormCiv .form1 span {
  width: 32%;
}
.tarot6 #jeuFormCiv .form2, .tarot6 #jeuFormCiv .form3 {
  width: 250px;
  margin: 10px auto;
}
.tarot6 #jeuFormCiv .form2 span, .tarot6 #jeuFormCiv .form3 span {
  width: 100px;
}
.tarot6 #jeuFormCiv .form2 span:nth-child(2), .tarot6 #jeuFormCiv .form3 span:nth-child(2) {
  margin-left: 35px;
}
.tarot6 #jeuFormCiv .sep {
  display: block;
  width: 50%;
  height: 1px;
  background: #ffffff;
  margin: 0 auto;
}
.tarot6 #jeuFormCiv span {
  display: inline-block;
}
.tarot6 #jeuFormCiv span input {
  width: 15px;
  height: 15px;
}
.tarot6 #jeuFormCiv span label {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 0px;
  margin-top: 20px;
  color: #ffffff;
}
.tarot6 #jeuFormEmail {
  max-width: 480px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 150%;
  bottom: 25%;
  transform: translate(-50%, 0);
  background-color: #975984;
}
.tarot6 #jeuFormEmail form {
  padding: 0;
  margin: 0;
}
.tarot6 #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;
}
.tarot6 #jeuFormEmail select {
  border: 1px solid #FFFFFF;
  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;
}
.tarot6 #jeuFormEmail .check input {
  width: 17px;
  margin-right: 5px;
}
.tarot6 #jeuFormEmail .check label {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.tarot6 #jeu3 {
  width: 100%;
  height: 100%;
  padding: 0 55px 55px;
  position: absolute;
  left: 150%;
  top: 4%;
  transform: translate(-50%, 0);
}
.tarot6 #jeu3 .card {
  max-width: 900px;
  display: block;
  position: relative;
  margin: 0 auto;
}
.tarot6 #jeu3 .card .cupidon {
  position: absolute;
  width: 20%;
  margin-top: -7%;
  left: 100%;
  z-index: 3;
  opacity: 0;
}
.tarot6 #jeu3 .card .cupidon img {
  width: 100%;
}
.tarot6 #jeu3 .card .rond {
  position: absolute;
  width: 39%;
  margin-top: 14%;
  z-index: 2;
  opacity: 0;
}
.tarot6 #jeu3 .card .rond p {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 40%;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
}
.tarot6 #jeu3 .card .rond img {
  width: 100%;
}
.tarot6 #jeu3 .card .rond1 {
  left: -9px;
}
.tarot6 #jeu3 .card .rond2 {
  left: 62%;
}
.tarot6 #jeu3 .card ul {
  width: 100%;
  margin: 100px auto;
  display: block;
}
.tarot6 #jeu3 .card ul li {
  position: relative;
  width: 11%;
  display: inline-block;
  float: left;
  opacity: 0;
  top: 20px;
}
.tarot6 #jeu3 .card ul li img {
  width: 100%;
  position: absolute;
}
.tarot6 #jeu3 .card ul li:nth-child(1) {
  left: 13%;
}
.tarot6 #jeu3 .card ul li:nth-child(2) {
  left: 76%;
}
.tarot6 #jeu3 .card ul li:nth-child(3) {
  margin-top: 23%;
}
.tarot6 #jeu3 .card ul li:nth-child(4) {
  left: 2%;
  margin-top: 23%;
}
.tarot6 #jeu3 .card ul li:nth-child(5) {
  left: 4%;
  margin-top: 23%;
}
.tarot6 #jeu3 .card ul li:nth-child(6) {
  left: 30%;
  margin-top: 23%;
}
.tarot6 #jeu3 .card ul li:nth-child(7) {
  left: 32%;
  margin-top: 23%;
}
.tarot6 #jeu3 .card ul li:nth-child(8) {
  left: 34%;
  margin-top: 23%;
}
.tarot6 #jeu3 .card ul li:nth-child(9) {
  left: -53%;
  margin-top: 46%;
}
.tarot6 #jeu3 .card ul li:nth-child(10) {
  left: -1%;
  margin-top: 46%;
}
.tarot6 #resultat {
  top: 90px;
  width: 100%;
  max-width: 1180px;
  position: absolute;
  left: 50%;
  padding: 40px;
  display: none;
  transform: translate(-50%, 0);
  opacity: 0;
}
.tarot6 #resultat form {
  margin-bottom: 40px;
  background: #ffffff;
  padding: 20px 10px;
}
.tarot6 #resultat form .titre {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
}
.tarot6 #resultat form .sstitre {
  text-align: center;
  font-family: 'Montserrat';
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 600;
}
.tarot6 #resultat form span {
  display: block;
  margin-bottom: 15px;
}
.tarot6 #resultat form span label {
  width: 45%;
  text-align: right;
  display: block;
  float: left;
  margin-right: 10px;
  font-family: 'Montserrat';
  font-size: 16px;
  color: #000000;
}
.tarot6 #resultat form span select {
  height: 25px;
  width: 40%;
  font-family: 'Montserrat';
  font-size: 16px;
  border: 1px solid #b2b2b2;
}
.tarot6 #resultat form span input {
  border: 1px solid #b2b2b2;
}
.tarot6 #resultat form .check label {
  float: right;
  width: 70%;
  text-align: left;
}
.tarot6 #resultat form .check input {
  width: 20px;
  height: 20px;
  margin-left: 25%;
}
.tarot6 #resultat form .cgv {
  font-family: 'Montserrat';
  font-size: 16px;
  width: 70%;
  margin: 0 auto 15px;
}
.tarot6 #resultat form .cgv a {
  text-decoration: underline;
}
.tarot6 #resultat form .send p {
  color: #ffffff;
}
.tarot6 #resultat .tirage ul li .bouton {
  color: #ffffff;
}
.tarot6 #resultat p {
  color: #000000;
}
.tarot6 #resultat .top {
  margin-bottom: 55px;
}
.tarot6 #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;
}
.tarot6 #resultat .top .date span {
  border: solid 0.5px;
  height: 1px;
  width: 40%;
  display: inline-block;
  margin-top: 10px;
}
.tarot6 #resultat .top .date span:first-child {
  float: left;
}
.tarot6 #resultat .top .date span:last-child {
  float: right;
}
.tarot6 #resultat .top .date p {
  background: #ffffff;
  display: inline-block;
  width: 20%;
}
.tarot6 #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;
}
.tarot6 #resultat .top .portrait {
  width: 50px;
  margin: 20px auto 0;
  display: block;
}
.tarot6 #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;
}
.tarot6 #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;
}
.tarot6 #resultat .top .cards > li {
  display: inline-block;
  max-width: 38px;
}
.tarot6 #resultat .top .cards > li img {
  width: 100%;
}
.tarot6 #resultat .interpretation {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50px;
}
.tarot6 #resultat .interpretation li {
  position: relative;
}
.tarot6 #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);
}
.tarot6 #resultat .interpretation li .darkBox {
  background: rgba(0, 0, 0, 0.4);
  padding: 30px 0 20px;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
.tarot6 #resultat .interpretation li .darkBox .title {
  font-family: 'bahnhof_regularregular';
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 15px;
  color: #ffffff;
}
.tarot6 #resultat .interpretation li .darkBox .title span {
  border: solid 0.5px;
  height: 1px;
  width: 50px;
  display: inline-block;
  margin-top: 10px;
}
.tarot6 #resultat .interpretation li .darkBox .title span:first-child {
  margin-right: 10px;
}
.tarot6 #resultat .interpretation li .darkBox .title span:last-child {
  margin-left: 10px;
}
.tarot6 #resultat .interpretation li .darkBox .cards {
  text-align: center;
  margin-top: 30px;
}
.tarot6 #resultat .interpretation li .darkBox .cards > li {
  display: inline-block;
  max-width: 9%;
  margin-left: 5%;
}
.tarot6 #resultat .interpretation li .darkBox .cards > li img {
  width: 100%;
}
.tarot6 #resultat .interpretation li .darkBox .cards li:first-child {
  margin-left: 0;
}
.tarot6 #resultat .interpretation li .whiteBox {
  background: #ffffff;
  padding: 15px 30px 20px;
  margin-bottom: 20px;
}

.tarot6 #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;
}
.tarot6 #resultat .interpretation li .whiteBox .arrow {
  display: block;
  margin: 20px auto;
}
.tarot6 #resultat .interpretation li .whiteBox .col li{
    width: 49%;
    display: inline-block;
    margin-right: 4%;
}
.tarot6 #resultat .interpretation li .whiteBox .col li img{
    float: left;
    margin-right: 10px;
}
.tarot6 #resultat .interpretation li .whiteBox .col li .bloc-txt{
    float: left;
    width: 82%;
    margin-top: 10px;
    font-family: 'Montserrat';
    font-size: 16px;
}
.tarot6 #resultat .interpretation li .whiteBox .col li .sstitre{
    font-family: 'Montserrat';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.tarot6 #resultat .interpretation li .whiteBox .col li span{
    height: 100px;
    width: 1px;
    display: block;
    background: #000000;
    float: right;
    margin-top: 50px;
}
.tarot6 #resultat .interpretation li .whiteBox .col li:last-child{
    margin-right: 0;
    width: 42%;
}
.tarot6 #resultat .interpretation li .whiteBox .content, .tarot6 #resultat .interpretation li .whiteBox .content p  {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-top: 20px;
  margin-bottom: 30px;
  color: #000000;
}
.tarot6 #resultat .interpretation li .whiteBox.card {
  overflow: hidden;
}
.tarot6 #resultat .interpretation li .whiteBox.card .sstitle .icone{
  margin-top: 10px;
  margin-right: 10px;
}
.tarot6 #resultat .interpretation li .whiteBox.card .front {
  float: left;
  margin-right: 20px;
  width: 9%;
}
.tarot6 #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) {
  .tarot6 #jeu1 {
    max-width: 1100px;
  }
  .tarot6 #jeu2 {
    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) {
  .tarot6 #jeu #cardtitle p {
    margin-top: 6px;
  }
  .tarot6 #resultat .top .txt {
    font-size: 16px;
  }
  .tarot6 #resultat .top .date span {
    width: 38%;
  }
  .tarot6 #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) {
  .tarot6 #jeu #cardtitle {
    height: 70px;
  }
  .tarot6 #jeu #cardtitle p {
    margin-top: 6px;
  }
  .tarot6 #jeu0 {
    padding: 55px 10px 35px;
    min-height: 450px;
    top: 45%;
  }
  .tarot6 #jeu0 .txts h2 {
    font-size: 28px;
  }
  .tarot6 #jeu0 .txts h1 {
    font-size: 20px;
  }
  .tarot6 #jeu0 .txts .title span {
    font-size: 22px;
  }
 
  .tarot6 #jeu0 .txts .decompte,
  .tarot6 #jeu0 .txts .texte {
    margin-top: 10px;
    line-height: 20px;
  }
  .tarot6 #jeu1 {
    padding: 55px 35px 35px;
  }
  .tarot6 #jeu1 .txts .title {
    font-size: 28px;
  }
  
  .tarot6 #jeu2 {
    padding: 0 35px 35px;
  }
  .tarot6 #jeu2 .txts .title {
    font-size: 28px;
  }
  .tarot6 #jeu2 .txts .step{
    top: -70px;
  }
  .tarot6 #jeuFormEmail {
    padding: 55px 35px 35px;
  }
  .tarot6 #jeu3 {
    padding: 55px 35px 35px;
  }
  .tarot6 #resultat {
    padding: 20px;
  }
  .tarot6 #resultat .top .title {
    font-size: 28px;
  }
  .tarot6 #resultat .top .txt {
    line-height: 17px;
    padding: 5px;
  }
  .tarot6 #resultat .top .date span {
    width: 33.3%;
  }
  .tarot6 #resultat .top .date p {
    width: 33.3%;
  }
  .tarot6 #resultat .interpretation li .cards > li {
    max-width: 80px;
  }
 
  .tarot6 #resultat .interpretation li .whiteBox .col li, .tarot6 #resultat .interpretation li .whiteBox .col li:last-child{
      width: 100%;
      margin-right: 0%;
      margin-bottom: 30px;
  }
  .tarot6 #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) {
  .tarot6 #jeu #cardtitle {
    height: 100px;
  }
  .tarot6 #jeu #cardtitle p {
    margin-top: 6px;
  }
  .tarot6 #ecran p {
    top: 92%;
    font-size: 11px;
  }
  .tarot6 #jeu0 {
    padding: 10px 20px 2px;
    position: relative;
    top: 45px;
    left: 0;
    transform: translate(0,0);
    overflow-y: auto;
    margin-bottom: 80px;
  }
  .tarot6 #jeu0 .txts {
    padding: 10px;
  }

  .tarot6 #jeu0 .txts h2 {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .tarot6 #jeu0 .txts h1 {
    font-size: 16px;
  }
  .tarot6 #jeu0 .txts .decompte,
  .tarot6 #jeu0 .txts .texte {
    font-size: 13px;
    letter-spacing: 0;
  }
  
 

  .tarot6 #jeu0 ul.dots {
    display: none;
  }
  .tarot6 #jeu1 {
    padding: 0px 20px 2px;
    top: 25%;
  }
  .tarot6 #jeu1 .txts .decompte {
    width: 100%;
  }
  
  .tarot6 #jeu1 .card {
    margin: 15px auto 0;
  }
  .tarot6 #jeu1 .card ul li {
    width: 10.75%;
  }
  .tarot6 #jeu1 .card ul li p {
    font-size: 3.5px;
    padding: 5px 0px;
    letter-spacing: 0;
    line-height: 0px;
    margin-top: 0;
    height: 11px;
  }
  .tarot6 #jeu1 .card ul .is-selected .front {
    margin-top: 90px !important;
  }
  .tarot6 #jeu1 .card ul .is-selected p {
    margin-top: 95px !important;
  }
  .tarot6 #jeu2 {
    padding: 0 10px 35px;
    top: 50%;
  }
  
  .tarot6 #jeu2 .card ul {
    margin-top: 60px;
    width: 100%;
  }
  .tarot6 #jeu2 .card ul li p {
    font-size: 5px;
    padding: 5px 0px;
    letter-spacing: 0;
    height: 18px;
  }
  .tarot6 #jeuFormCiv {
    height: auto;
  }
  .tarot6 #jeuFormCiv .form1 {
    width: 60%;
  }
  .tarot6 #jeuFormCiv .form1 span {
    width: 100%;
  }
  .tarot6 #jeuFormEmail {
    padding: 55px 20px 2px;
  }
  .tarot6 #jeu3 {
    padding: 55px 20px 20px;
  }
  .tarot6 #jeu3 .card .rond p {
    font-size: 13px;
  }
  .tarot6 #jeu3 .card .rond1 {
    left: -2px;
  }
  .tarot6 #resultat .top {
    margin-bottom: 25px;
  }
  .tarot6 #resultat .top .date span {
    width: 27%;
  }
  .tarot6 #resultat .top .date p {
    width: 46%;
  }
  .tarot6 #resultat .top .title {
    font-size: 18px;
  }
  .tarot6 #resultat .top .cards {
    display: inline-block;
    margin-top: 20px;
  }
  .tarot6 #resultat .top .cards li {
    max-width: 23px;
  }
 
  .tarot6 #resultat .interpretation li .darkBox .title span {
    width: 20px;
  }
  .tarot6 #resultat .interpretation li .darkBox .cards > li {
    max-width: 10%;
  }
  .tarot6 #resultat .interpretation li .whiteBox.card .front {
    width: 17%;
  }
}
