@charset "UTF-8";
@font-face {
  font-family: 'algerianregular';
  src: url("../font/alger-webfont.woff2") format("woff2"), url("../font/alger-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;
}

.tarot4 #ecran {
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  z-index: 100;
  position: absolute;
  display: none;
}
.tarot4 #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;
}
.tarot4 #bg {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
}
.tarot4 #bg .jeu0,
.tarot4 #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;
}
.tarot4 #bg .jeu2 {
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  left: 100%;
  background-image: url("../img/bg1_light.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tarot4 #bg .jeu3 {
  height: 100%;
  width: 100%;
  float: left;
  position: absolute;
  left: 100%;
  background-image: url("../img/bg1_light.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.tarot4 #jeu {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tarot4 .intro-tirage{
  overflow-y: auto!important;
}

.tarot4 #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;
}
.tarot4 #jeu #cardtitle p {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-size: 14px;
  margin-top: 12px;
}
.tarot4 #jeu0 {
  max-width: 1024px;
  max-width: 1024px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tarot4 #jeu0 .txts {
  background-color: rgba(0, 0, 0, 1);
  padding: 10px;
}
.tarot4 #jeu0 .txts p, .tarot4 #jeu0 .txts h2, .tarot4 #jeu0 .txts h1 {
  text-align: center;
  color: #ffffff;
}
.tarot4 #jeu0 .txts h2 {
  font-family: 'algerianregular';
  font-size: 44px;
  display: block;
  opacity: 0;
  margin-top: 10px;
  letter-spacing: 1px;
}
.tarot4 #jeu0 .txts h1 {
  font-family: 'algerianregular';
  font-size: 36px;
  display: block;
  opacity: 0;
  margin-top: -10px;
  letter-spacing: 1px;
}
.tarot4 #jeu0 .txts .decompte,
.tarot4 #jeu0 .txts .texte {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  margin-top: 20px;
  opacity: 0;
  width: 100%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  font-weight: 300;
}
.tarot4 #jeu0 .txts .decompte span,
.tarot4 #jeu0 .txts .texte span {
  overflow: auto;
  display: inline-block;
}
.tarot4 #jeu0 .start {
  opacity: 0;
}
.tarot4 #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;
}
.tarot4 #jeu0 ul.dots li {
  display: inline-block;
  padding: 0 4px;
}
.tarot4 #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);
}
.tarot4 #jeu0 ul.dots a:hover, .tarot4 #jeu0 ul.dots a.is-current {
  background-color: #ffffff;
}
.tarot4 #jeu0 span.toprev {
  position: absolute;
  display: inline-block;
  z-index: 10;
  top: 30%;
  left: 5px;
  opacity: 0;
  transition: left 0.3s ease-in-out;
}
.tarot4 #jeu0 span.toprev a {
  text-decoration: none;
}
.tarot4 #jeu0 span.toprev img {
  width: 30px;
}
.tarot4 #jeu0 span.toprev:hover {
  left: 0;
}
.tarot4 #jeu0 span.tonext {
  position: absolute;
  display: inline-block;
  z-index: 10;
  top: 30%;
  right: 5px;
  opacity: 0;
  transition: right 0.3s ease-in-out;
}
.tarot4 #jeu0 span.tonext a {
  text-decoration: none;
}
.tarot4 #jeu0 span.tonext img {
  width: 30px;
}
.tarot4 #jeu0 span.tonext:hover {
  right: 0;
}
.tarot4 #jeu1 {
  max-width: 1024px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 150%;
  top: 45%;
  transform: translate(-50%, -50%);
}
.tarot4 #jeu1 .txts .texte {
  font-family: 'algerianregular';
  font-size: 50px;
  line-height: 45px;
  display: block;
  opacity: 0;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 200px;
}
.tarot4 #jeu1 .txts .decompte {
  text-align: center;
  color: #ffffff;
  width: 100%;
  margin: 20px auto;
  padding: 10px 0;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
  font-size: 16px;
}
.tarot4 #jeu1 .card {
  width: 80%;
  max-width: 1024px;
  margin: 110px auto 0;
  position: relative;
}
.tarot4 #jeu1 .card ul {
  width: 100%;
  margin-left: 15%;
  display: block;
}
.tarot4 #jeu1 .card ul:after {
  content: '';
  display: table;
  clear: both;
}
.tarot4 #jeu1 .card ul li {
  float: left;
  width: 11%;
  margin-left: 29%;
  position: absolute;
  z-index: 0;
  cursor: pointer;
}
.tarot4 #jeu1 .card ul li .back {
  width: 100%;
  margin-top: 100px;
  opacity: 0;
  display: block;
}
.tarot4 #jeu1 .card ul li .front {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  transform: rotationY(180deg);
}
.tarot4 #jeu1 .card ul li p {
  color: #000000;
  background-color: white;
  text-align: center;
  padding: 5px 0px;
  font-size: 7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 0%;
  opacity: 0;
  width: 100%;
  position: absolute;
  pointer-events: none;
  height: 24px;
  line-height: 15px;
  top: 88%;
}
.tarot4 #jeu1 .card ul li img {
  backface-visibility: hidden;
}
.tarot4 #jeu2 {
  max-width: 760px;
  width: 100%;
  padding: 0 55px 55px;
  position: absolute;
  left: 150%;
  top: 55%;
  transform: translate(-50%, -50%);
}
.tarot4 #jeu2 .txts .title {
  font-family: 'algerianregular';
  font-size: 50px;
  color: #ffffff;
  line-height: 30px;
  display: block;
  text-align: center;
  letter-spacing: 2px;
}
.tarot4 #jeu2 .txts .start {
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.tarot4 #jeu2 .txts .step {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 2px;
  position: absolute;
  top: 10px;
  color: #ffffff;
  text-align: center;
  opacity: 0;
  width: 90%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px 10px;
}
.tarot4 #jeu2 .txts .step span {
  overflow: auto;
  display: inline-block;
}
.tarot4 #jeu2 .card ul {
  width: 55%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.tarot4 #jeu2 .card ul li {
  float: left;
  width: 22%;
  margin-left: 2.5%;
  margin-top: 2.5%;
  position: relative;
  z-index: 0;
  display: inline-block;
}
.tarot4 #jeu2 .card ul li .back {
  width: 100%;
  display: block;
}
.tarot4 #jeu2 .card ul li .front {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transform: rotationY(180deg);
}
.tarot4 #jeu2 .card ul li p {
  color: #000000;
  background-color: white;
  text-align: center;
  padding: 5px 0px;
  font-size: 10px;
  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%;
}
.tarot4 #jeu2 .card ul li img {
  backface-visibility: hidden;
}
.tarot4 #jeu2 .card ul li:nth-child(5) {
  margin-left: 14%;
}
.tarot4 #jeuFormCiv {
  max-width: 480px;
  width: 100%;
  padding: 40px;
  position: absolute;
  left: 150%;
  top: 44%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 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é */
}
.tarot4 #jeuFormCiv .title {
  font-family: 'algerianregular';
  font-size: 35px;
  line-height: 30px;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.tarot4 #jeuFormCiv .texte {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
}
.tarot4 #jeuFormCiv .form1, .tarot4 #jeuFormCiv .form2 {
  width: 250px;
  margin: 20px auto;
}
.tarot4 #jeuFormCiv .form1 span, .tarot4 #jeuFormCiv .form2 span {
  width: 100px;
}
.tarot4 #jeuFormCiv .form1 span:nth-child(2), .tarot4 #jeuFormCiv .form2 span:nth-child(2) {
  margin-left: 35px;
}
.tarot4 #jeuFormCiv .sep {
  display: block;
  width: 50%;
  height: 1px;
  background: #ffffff;
  margin: 0 auto;
}
.tarot4 #jeuFormCiv input[type=radio] {
  display: none;
}
.tarot4 #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;
}
.tarot4 #jeuFormCiv input[type=radio]:checked + label:before {
  background: #4d4d4d;
  box-shadow: inset 0px 0px 0px 2px #fff;
}
.tarot4 #jeuFormCiv span {
  display: inline-block;
  margin: 20px 0;
}
.tarot4 #jeuFormCiv span input {
  width: 25px;
  height: 25px;
  opacity: 0.8;
}
.tarot4 #jeuFormCiv span label {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 0px;
  margin-top: 20px;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.tarot4 #jeuFormEmail {
  max-width: 480px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 150%;
  bottom: 25%;
  transform: translate(-50%, 0);
  background-color: rgba(0, 0, 0, 1);
}
.tarot4 #jeuFormEmail form {
  padding: 0;
  margin: 0;
}
.tarot4 #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;
}
.tarot4 #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;
}
.tarot4 #jeuFormEmail .check input {
  width: 17px;
  margin-right: 5px;
}
.tarot4 #jeuFormEmail .check label {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.tarot4 #jeu3 {
  width: 100%;
  height: 100%;
  padding: 55px;
  position: absolute;
  left: 150%;
  top: 0;
  transform: translate(-50%, 0);
}
.tarot4 #jeu3 .title {
  font-family: 'algerianregular';
  font-size: 35px;
  line-height: 30px;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
  top: 13%;
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  width: 100%;
}
.tarot4 #jeu3 .card {
  position: absolute;
  width: 100%;
  max-width: 760px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 22%;
}
.tarot4 #jeu3 .card ul {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tarot4 #jeu3 .card ul li {
  position: absolute;
  width: 0%;
  left: 44%;
  transform: translate(-50%, -50%);
  top: 100%;
}
.tarot4 #jeu3 .card ul li img {
  width: 100%;
}
.tarot4 #resultat {
  top: 90px;
  width: 100%;
  max-width: 1180px;
  position: absolute;
  left: 50%;
  padding: 40px;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  transform: translate(-50%, 0);
  opacity: 0;
}
.tarot4 #resultat p {
  color: #ffffff;
}
.tarot4 #resultat .bloc-gauche {
  float: left;
  width: 120px;
  margin-top: 10px;
  min-width: 120px;
}
.tarot4 #resultat .bloc-droit {
  width: 80%;
  margin-left: 140PX;
}
.tarot4 #resultat .top .date {
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-family: 'Montserrat';
  line-height: 1.2;
}
.tarot4 #resultat .top .date span {
  font-size: 48px;
}
.tarot4 #resultat .top .title {
  font-family: 'algerianregular';
  font-size: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tarot4 #resultat .top .portrait {
  width: 50px;
  margin-top: 6px;
  float: left;
  margin-right: 15px;
}
.tarot4 #resultat .top .txt {
  font-family: 'Montserrat';
  font-size: 16px;
  font-weight: 100;
  line-height: 20px;
  letter-spacing: 1px;
  float: left;
  margin-right: 20px;
  max-width: 185px;
}
.tarot4 #resultat .top .cards > li {
  display: inline-block;
  max-width: 38px;
}
.tarot4 #resultat .top .cards > li img {
  width: 100%;
}
.tarot4 #resultat .resultatTitre {
  width: 100%;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 2px;
}
.tarot4 #resultat .resultatContent {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.tarot4 #resultat .interpretation {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50px;
}
.tarot4 #resultat .interpretation li {
  position: relative;
  display: table-row;
}

.tarot4 #resultat .interpretation li .col{
    width: 100%;
    margin-bottom: 30px;
}
.tarot4 #resultat .interpretation li .col li{
    width: 45%;
    display: inline-block;
    margin-right: 4%;
}
.tarot4 #resultat .interpretation li .col li img{
    float: left;
    margin-right: 10px;
}
.tarot4 #resultat .interpretation li .col li .bloc-txt{
    float: left;
    width: 82%;
    margin-top: 10px;
    font-family: 'Montserrat';
    font-size: 16px;
}
.tarot4 #resultat .interpretation li .col li .sstitre{
    font-family: 'Montserrat';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.tarot4 #resultat .interpretation li .col li span{
    height: 100px;
    width: 1px;
    display: block;
    background: #ffffff;
    float: right;
    margin-top: 50px;
}
.tarot4 #resultat .interpretation li .col li:last-child{
    margin-right: 0;
    width: 42%;
}


.tarot4 #resultat .interpretation li .cards {
  display: inline-block;
  text-align: right;
  float: right;
  margin-left: 30px;
}
.tarot4 #resultat .interpretation li .cards > li {
  display: inline-block;
  max-width: 110px;
}
.tarot4 #resultat .interpretation li .cards > li img {
  width: 100%;
}
.tarot4 #resultat .interpretation li .title {
  font-family: 'algerianregular';
  font-size: 20px;
  display: inline-block;
  float: left;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.tarot4 #resultat .interpretation li .sstitle {
  font-family: 'Montserrat';
  font-size: 18px;
  letter-spacing: 0.8px;
  margin-top: 7px;
  margin-bottom: 7px;
  display: inline-block;
  font-weight: 100;
  width: 100%;
}
.tarot4 #resultat .interpretation li .sstitle .icone{
  margin-right: 10px;
}
.tarot4 #resultat .interpretation li .content, .tarot4 #resultat .interpretation li .content p {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tarot4 #resultat .tirage .titre, .tarot4 #resultat form .titre {
  font-family: 'algerianregular';
  text-transform: uppercase;
}

/* RWD Rules */
@media only screen and (min-width: 1300px), only screen and (min-width: 1300px) and (min-device-pixel-ratio: 2) {
  .tarot4 #jeu1 {
    top: 33%;
  }
  .tarot4 #jeu1 .card {
    width: 100%;
    margin-top: 180px;
  }
  .tarot4 #jeu1 .card .is-selected .front {
    margin-top: -80px !important;
    width: 85%;
  }
  .tarot4 #jeu1 .card .is-selected p {
    width: 85%;
    top: 31%;
  }
  .tarot4 #jeu2 {
    max-width: 900px;
    top: 55%;
  }
  .tarot4 #jeu2 .card ul {
    width: 70%;
  }
}
@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) {
  .tarot4 #jeu #cardtitle p {
    margin-top: 6px;
  }
  .tarot4 #jeu3 .card {
    max-width: 680px;
  }
  .tarot4 #resultat .top .txt {
    margin-right: 13px;
  }
  .tarot4 #resultat .top .cards li {
    max-width: 28px;
  }
  .tarot4 #resultat .interpretation li .sstitle {
    margin-bottom: 15px;
  }
}
@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) {
  .tarot4 #jeu #cardtitle {
    height: 70px;
  }
  .tarot4 #jeu #cardtitle p {
    margin-top: 6px;
  }
  
  .tarot4 #jeu0 .txts h2 {
    font-size: 29px;
  }
  .tarot4 #jeu0 .txts h1 {
    font-size: 18px;
    margin-top: 0;
  }
  .tarot4 #jeu0 .txts .decompte,
  .tarot4 #jeu0 .txts .texte {
    margin-top: 10px;
  }
  .tarot4 #jeu1 {
    padding: 55px 35px 35px;
  }
  .tarot4 #jeu1 .txts .title {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 1px;
  }
  .tarot4 #jeu1 .txts .title span {
    font-size: 22px;
  }
  .tarot4 #jeu1 .txts .decompte {
    padding: 0 10px;
    letter-spacing: 0;
  }
  .tarot4 #jeu1 .txts .texte {
    font-size: 35px;
    margin-top: 10px;
    width: 100%;
  }
  .tarot4 #jeu1 .card {
    width: 100%;
    top: 40%;
    height: 50%;
  }
  .tarot4 #jeu2 {
    padding: 0 35px 35px;
  }
  .tarot4 #jeu2 .txts .title {
    font-size: 35px;
    line-height: 27px;
    letter-spacing: 1px;
  }
  .tarot4 #jeu2 .txts .title span {
    font-size: 22px;
  }
  .tarot4 #jeu2 .txts .step {
    margin-top: -40px;
  }
  .tarot4 #resultat {
    padding: 20px;
  }
  .tarot4 #resultat .top .title {
    font-size: 28px;
  }
  .tarot4 #resultat .top .portrait {
    margin-right: 10px;
  }
  .tarot4 #resultat .top .txt {
    max-width: 335px;
    float: none;
    margin-bottom: 30px;
  }
  .tarot4 #resultat .top .cards li {
    max-width: 27px;
  }
  .tarot4 #resultat .tirage ul {
    width: 100%;
    margin-bottom: 100px;
  }

  .tarot4 #resultat .interpretation li .col{
    width: 100%;
    margin-bottom: 30px;
  }
  .tarot4 #resultat .interpretation li .col li, .tarot4 #resultat .interpretation li .col li:last-child{
      width: 100%;
      margin-right: 0%;
      margin-bottom: 30px;
  }
  .tarot4 #resultat .interpretation li .col li span{
      display: none;
  }


  .tarot4 #resultat .interpretation li .sstitle {
    margin-bottom: 20px;
  }
  .tarot4 #resultat .interpretation li .cards > li {
    max-width: 80px;
  }
  .tarot4 #jeu3 {
    padding: 0 35px 35px;
  }
  .tarot4 #jeu3 .card {
    max-width: 600px;
  }
  .tarot4 #jeu3 .card .legende {
    margin-top: -20px !important;
  }
  .tarot4 #jeu3 .is-completed ul {
    position: relative;
    height: 150px;
  }
  .tarot4 #jeu3 .is-completed ul p {
    left: 0 !important;
    right: inherit !important;
  }
  .tarot4 #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;
  }
}
@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) {
  .tarot4 #jeu #cardtitle {
    height: 100px;
  }
  .tarot4 #jeu #cardtitle p {
    margin-top: 6px;
  }
  .tarot4 #ecran p {
    top: 92%;
    font-size: 11px;
  }
  .tarot4 #jeu0 {
    padding: 10px 20px 2px;
    position: relative;
    top: 45px;
    left: 0;
    transform: translate(0,0);
    overflow-y: auto;
    margin-bottom: 80px;
  }
  .tarot4 #jeu0 .txts h2 {
    font-size: 20px;
  }
  .tarot4 #jeu0 .txts .decompte,
  .tarot4 #jeu0 .txts .texte {
    font-size: 13px;
  }
 
  .tarot4 #jeu0 ul.dots {
    display: none;
  }
  .tarot4 #jeu1 {
    padding: 55px 7px 20px;
  }
  .tarot4 #jeu1 .txts .texte {
    font-size: 28px;
    margin-bottom: 90px;
  }
  .tarot4 #jeu1 .card {
    margin: 100px auto 0;
    width: 100%;
  }
  .tarot4 #jeu1 .card ul li p {
    font-size: 3.5px;
    padding: 5px 2px;
    letter-spacing: 0;
    line-height: 2px;
    margin-top: 0px;
    height: 11px;
  }
  .tarot4 #jeu1 .card ul .is-selected .front {
    margin-top: 85px !important;
  }
  .tarot4 #jeu1 .card ul .is-selected p {
    margin-top: 85px !important;
  }
  .tarot4 #jeu2 {
    top: 45%;
    padding: 100px 20px 35px;
  }
  .tarot4 #jeu2 .txts .title {
    font-size: 28px;
  }
  .tarot4 #jeu2 .txts .step {
    top: 90px;
  }
  
  .tarot4 #jeu2 .card ul {
    width: 100%;
  }
  .tarot4 #jeu2 .card ul li p {
    font-size: 6px;
    padding: 5px 1px;
    letter-spacing: 0;
    height: 18px;
  }
  .tarot4 #jeuFormCiv,
  .tarot4 #jeuFormEmail {
    padding: 55px 20px 2px;
  }
  .tarot4 #jeu3 {
    padding: 55px 20px 2px;
    min-height: 400px;
  }
  .tarot4 #jeu3 .title {
    font-size: 21px;
  }
  .tarot4 #jeu3 .card .legende {
    display: none !important;
  }
  .tarot4 #resultat .top {
    margin-bottom: 25px;
  }
  .tarot4 #resultat .top {
    margin-bottom: 25px;
  }
  .tarot4 #resultat .bloc-gauche {
    float: none;
    margin: 0 auto;
  }
  .tarot4 #resultat .bloc-droit {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }
  
  .tarot4 #resultat .top .cards {
    display: inline-block;
    margin-top: 20px;
  }
  .tarot4 #resultat .top .cards li {
    max-width: 23px;
  }
  
  .tarot4 #resultat .interpretation li .sstitle {
    
    letter-spacing: 0;
  }
  .tarot4 #resultat .interpretation li .title {
    font-size: 18px;
    width: 100%;
  }
  .tarot4 #resultat .interpretation li .cards {
    margin-left: 0;
    float: none;
  }
  .tarot4 #resultat .interpretation li .cards > li {
    max-width: 50px;
  }
  
}
