
.tarot1 #bg {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
 /* background-image: url("../img/bg3.jpg"); */

}


.tarot1 #jeu0 .txts {
    background-color: #ffffff;
    padding: 35px 20px;
}


.tarot1 #bg .jeu0,
.tarot1 #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;
}
.tarot1 #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;
}
.tarot1 #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;
}
.tarot1 #jeu {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tarot1 .intro-tirage{
  overflow-y: auto!important;
}

.tarot1 #jeu #cardtitle {
  position: absolute;
  bottom: 50px;
  width: 100%;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: none;
  padding: 0 10px;
}
.tarot1 #jeu #cardtitle p {
  text-align: center;
  font-family: 'Montserrat';
  color: #ffffff;
  font-size: 16px;
  margin-top: 12px;
}
.tarot1 #jeu0 {
  max-width: 1024px;
  width: 100%;
  padding: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-height: 650px;
}
.tarot1 #jeu0 .txts h2, .tarot1 #jeu0 .txts h1 {
  font-family: 'intro_rust_gbase_2_line';
  font-size: 50px;
  line-height: 45px;
  display: block;
  opacity: 0;
  letter-spacing: 2px;
  text-align: center;
  color: #000000;
}
.tarot1 #jeu0 .txts h1 {
  font-size: 34px;
  font-weight: 300;
}
.tarot1 #jeu0 .txts .decompte,
.tarot1 #jeu0 .txts .texte {
  font-family: 'Montserrat';
  font-size: 18px;
  letter-spacing: 2px;
  margin-top: 20px;
  opacity: 0;
  width: 100%;
  text-align: center;
  color: #000000;
  font-weight: 300;
}
.tarot1 #jeu0 .txts .decompte span,
.tarot1 #jeu0 .txts .texte span {
  overflow: auto;
  display: inline-block;
}
.tarot1 #jeu0 .start {
  opacity: 0;
}
.tarot1 #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;
}
.tarot1 #jeu0 ul.dots li {
  display: inline-block;
  padding: 0 4px;
}
.tarot1 #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);
}
.tarot1 #jeu0 ul.dots a:hover, .tarot1 #jeu0 ul.dots a.is-current {
  background-color: #ffffff;
}
.tarot1 #jeu0 span.toprev {
  position: absolute;
  display: inline-block;
  z-index: 10;
  top: 30%;
  left: 5px;
  opacity: 0;
  transition: left 0.3s ease-in-out;
}
.tarot1 #jeu0 span.toprev a {
  text-decoration: none;
}
.tarot1 #jeu0 span.toprev img {
  width: 30px;
}
.tarot1 #jeu0 span.toprev:hover {
  left: 0;
}
.tarot1 #jeu0 span.tonext {
  position: absolute;
  display: inline-block;
  z-index: 10;
  top: 30%;
  right: 5px;
  opacity: 0;
  transition: right 0.3s ease-in-out;
}
.tarot1 #jeu0 span.tonext a {
  text-decoration: none;
}
.tarot1 #jeu0 span.tonext img {
  width: 30px;
}
.tarot1 #jeu0 span.tonext:hover {
  right: 0;
}
/******************************************/

.tarot1 #jeu1 {
  max-width: 1024px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 650px;
}
.tarot1 #jeu1 .txts p {
  text-align: center;
  color: #ffffff;
}
.tarot1 #jeu1 .txts .texte {
  font-family: 'intro_rust_gbase_2_line';
  font-size: 50px;
  line-height: 45px;
  display: block;
  opacity: 0;
  letter-spacing: 2px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.tarot1 #jeu1 .txts .texte span {
  font-size: 34px;
  font-weight: 300;
}
.tarot1 #jeu1 .txts .decompte {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 20px;
  opacity: 0;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  text-shadow: 3px 2px 2px black;
}
.tarot1 #jeu1 .txts .decompte span {
  overflow: auto;
  display: inline-block;
}
.tarot1 #jeu1 .card {
  width: 80%;
  max-width: 1024px;
  margin: 30px auto 0;
  position: relative;
}
.tarot1 #jeu1 .card ul {
  width: 100%;
  margin-left: 17%;
  display: block;
}
.tarot1 #jeu1 .card ul:after {
  content: '';
  display: table;
  clear: both;
}
.tarot1 #jeu1 .card ul li {
  float: left;
  width: 11%;
  left: 44%;
  position: absolute;
  z-index: 0;
  cursor: pointer;
  transform-origin: 57% 270% 0px;
}
.tarot1 #jeu1 .card ul li .back {
  width: 100%;
  margin-top: 100px;
  opacity: 0;
  display: block;
}
.tarot1 #jeu1 .card ul li .front {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0;
  transform: rotationY(180deg);
}
.tarot1 #jeu1 .card ul li p {
  color: #000000;
  background-color: white;
  text-align: center;
  padding: 5px 2px;
  font-size: 7px;
  font-family: 'Montserrat';
  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: 92%;
}
.tarot1 #jeu1 .card ul li img {
  backface-visibility: hidden;
}
/******************************************/

.tarot1 #jeu2 {
  max-width: 760px;
  width: 100%;
  padding: 0 55px 55px;
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tarot1 #jeu2 .txts .title {
  font-family: 'intro_rust_gbase_2_line';
  font-size: 27px;
  line-height: 30px;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.tarot1 #jeu2 .txts .step {
  display: none;
  font-family: 'Montserrat';
  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, 1);
  padding: 10px 10px;
}
.tarot1 #jeu2 .txts .step span {
  overflow: auto;
  display: inline-block;
}
.tarot1 #jeu2 .card ul {
  width: 90%;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.tarot1 #jeu2 .card ul li {
  float: left;
  width: 17.5%;
  margin-left: 2.5%;
  margin-top: 2.5%;
  position: relative;
  z-index: 0;
  display: inline-block;
}
.tarot1 #jeu2 .card ul li .back {
  width: 100%;
  display: block;
}
.tarot1 #jeu2 .card ul li .front {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  transform: rotationY(180deg);
}
.tarot1 #jeu2 .card ul li p {
  color: #000000;
  background-color: white;
  text-align: center;
  padding: 5px 10px;
  font-size: 10px;
  font-family: 'Montserrat';
  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%;
}
.tarot1 #jeu2 .card ul li img {
  backface-visibility: hidden;
}
/******************************************/

.tarot1 #jeuFormCiv {
  max-width: 480px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 1);
}
.tarot1 #jeuFormCiv .title {
  font-family: 'intro_rust_gbase_2_line';
  font-size: 27px;
  line-height: 30px;
  display: block;
  text-align: center;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.tarot1 #jeuFormCiv .texte {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  color: #ffffff;
}
.tarot1 #jeuFormCiv span {
  display: block;
  margin: 20px 0;
}
.tarot1 #jeuFormCiv span input {
  width: 25px;
  height: 25px;
  opacity: 0.8;
}
.tarot1 #jeuFormCiv span label {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #ffffff;
  margin-left: 15px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
/******************************************/
.tarot1 #jeuFormEmail {
  max-width: 480px;
  width: 100%;
  padding: 55px;
  position: absolute;
  left: 150%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 1);
}
.tarot1 #jeuFormEmail form {
  padding: 0;
  margin: 0;
}
.tarot1 #jeuFormEmail input {
  width: 100%;
  height: 50px;
  opacity: 0.8;
  color: #000;
  background-color: rgba(255, 255, 255, 1);
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 1px;
  padding-left: 15px;
}
.tarot1 #jeuFormEmail select {
  border: 1px solid #FFFFFF;
  display: inline-block;
  height: 50px;
  letter-spacing: 1px;
  font-family: 'Montserrat';
  font-size: 16px;
  color: #000;
  margin: 13px 0;
  width: 100%;
  padding-left: 15px;
}
.tarot1 #jeuFormEmail .check input {
  width: 25px;
  margin-right: 5px;
}
.tarot1 #jeuFormEmail .check label {
  font-family: 'Montserrat';
  font-size: 16px;
  color: #ffffff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.tarot1 #jeu3 {
  width: 100%;
  height: auto;
  padding: 55px;
  position: absolute;
  left: 150%;
  top: 100px;
  transform: translate(-50%, 0);
}

.tarot1 #jeu3 .card {
  position: relative;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}
.tarot1 #jeu3 .card .legende {
  position: absolute;
  margin-top: 0;
  color: #ffffff;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 2px;
  white-space: nowrap;
  display: none;
  opacity: 0;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.tarot1 #jeu3 .card ul {
  position: absolute;
  display: block;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.tarot1 #jeu3 .card ul li {
  position: absolute;
  width: 15%;
  left: 50%;
  margin-left: -7.5%;
}
.tarot1 #jeu3 .card ul li img {
  width: 100%;
}
.tarot1 #jeu3 .card ul:nth-child(1) p {
  right: 0;
}
.tarot1 #jeu3 .card ul:nth-child(1) li:nth-child(1) {
  z-index: 108;
  opacity: 0;
  transform-origin: 50% 90% 0;
  transform: translate(100%, 0%);
}
.tarot1 #jeu3 .card ul:nth-child(1) li:nth-child(2) {
  z-index: 107;
  opacity: 0;
  transform-origin: 50% 90% 0;
  transform: translate(100%, 0%);
}
.tarot1 #jeu3 .card ul:nth-child(1) li:nth-child(3) {
  z-index: 106;
  opacity: 0;
  transform-origin: 50% 90% 0;
  transform: translate(100%, 0%);
}
.tarot1 #jeu3 .card ul:nth-child(2) li:nth-child(1) {
  z-index: 105;
  opacity: 0;
  transform-origin: 50% 90% 0;
  transform: translate(100%, 0%);
}
.tarot1 #jeu3 .card ul:nth-child(3) p {
  right: 0;
}
.tarot1 #jeu3 .card ul:nth-child(3) li:nth-child(1) {
  z-index: 104;
  opacity: 0;
  transform-origin: 50% 90% 0;
  transform: translate(100%, 0%);
}
.tarot1 #jeu3 .card ul:nth-child(3) li:nth-child(2) {
  z-index: 103;
  opacity: 0;
  transform-origin: 50% 90% 0;
  transform: translate(100%, 0%);
}
.tarot1 #jeu3 .card ul:nth-child(4) li:nth-child(1) {
  z-index: 102;
  opacity: 0;
  transform-origin: 50% 90% 0;
  transform: translate(100%, 0%);
}
.tarot1 #jeu3 .card ul:nth-child(4) li:nth-child(2) {
  z-index: 101;
  opacity: 0;
  transform-origin: 50% 90% 0;
  transform: translate(100%, 0%);
}
.tarot1 #jeu3 .card ul:nth-child(4) li:nth-child(3) {
  z-index: 100;
  opacity: 0;
  transform-origin: 50% 90% 0;
  transform: translate(100%, 0%);
}
.tarot1 #resultat {
  top: 90px;
  width: 100%;
  max-width: 1180px;
  position: absolute;
  left: 50%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  transform: translate(-50%, 0);
  opacity: 0;
}
.tarot1 #resultat p {
  color: #ffffff;
}
.tarot1 #resultat .top {
  margin-bottom: 55px;
}
.tarot1 #resultat .bloc-gauche {
  float: left;
  width: 120px;
  margin-top: 10px;
  min-width: 120px;
}
.tarot1 #resultat .bloc-droit {
  width: 80%;
  margin-left: 140PX;
}
.tarot1 #resultat .top .date {
  width: 100%;
  font-size: 18px;
  text-align: center;
  font-family: 'Montserrat';
  line-height: 1.2;
}
.tarot1 #resultat .top .date span {
  font-size: 48px;
}
.tarot1 #resultat .top .title {
  font-family: 'intro_rust_gbase_2_line';
  font-size: 34px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tarot1 #resultat .top .portrait {
  width: 50px;
  margin-top: 6px;
  float: left;
  margin-right: 15px;
}
.tarot1 #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;
}
.tarot1 #resultat .top .cards > li {
  display: inline-block;
  max-width: 38px;
}
.tarot1 #resultat .top .cards > li img {
  width: 100%;
}
.tarot1 #resultat .resultatTitre {
  width: 100%;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 2px;
}
.tarot1 #resultat .resultatContent {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tarot1 #resultat .interpretation {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50px;
}
.tarot1 #resultat .interpretation li {
  position: relative;
  display: table-row;  
}
.tarot1 #resultat .interpretation li .col{
    width: 100%;
    margin-bottom: 30px;
}
.tarot1 #resultat .interpretation li .col li{
    width: 45%;
    display: inline-block;
    margin-right: 4%;
}
.tarot1 #resultat .interpretation li .col li img{
    float: left;
    margin-right: 10px;
}
.tarot1 #resultat .interpretation li .col li .bloc-txt{
    float: left;
    width: 82%;
    margin-top: 10px;
    font-family: 'Montserrat';
    font-size: 16px;
}
.tarot1 #resultat .interpretation li .col li .sstitre{
    font-family: 'Montserrat';
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.tarot1 #resultat .interpretation li .col li span{
    height: 100px;
    width: 1px;
    display: block;
    background: #ffffff;
    float: right;
    margin-top: 50px;
}
.tarot1 #resultat .interpretation li .col li:last-child{
    margin-right: 0;
    width: 42%;
}

.tarot1 #resultat .interpretation li .cards {
  display: inline-block;
  text-align: right;
  float: right;
  margin-left: 30px;
}
.tarot1 #resultat .interpretation li .cards > li {
  display: inline-block;
  max-width: 110px;
}
.tarot1 #resultat .interpretation li .cards > li img {
  width: 100%;
}
.tarot1 #resultat .interpretation li .title {
  font-family: 'intro_rust_gbase_2_line';
  font-size: 25px;
  display: inline-block;
  float: left;
  width: 70%;
  letter-spacing: 2px;
}
.tarot1 #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%;
}

.tarot1 #resultat .interpretation li .sstitle .icone{
  margin-right: 10px;
}


.tarot1 #resultat .interpretation li .content, .tarot1 #resultat .interpretation li .content p {
  font-family: 'Montserrat';
  font-size: 16px;
  letter-spacing: 0.8px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.tarot1 #resultat form {
  margin-bottom: 40px;
}
.tarot1 #resultat form .sep {
  display: block;
  height: 1px;
  width: 200px;
  margin: 0 auto;
  background: #ffffff;
  margin-bottom: 30px;
}
.tarot1 #resultat form .titre {
  color: #ffffff;
  text-align: center;
  font-family: 'intro_rust_gbase_2_line';
  margin-bottom: 15px;
  font-size: 30px;
}
.tarot1 #resultat form .sstitre {
  color: #ffffff;
  text-align: center;
  font-family: 'Montserrat';
  margin-bottom: 15px;
  font-size: 16px;
}
.tarot1 #resultat form span {
  display: block;
  margin-bottom: 15px;
}
.tarot1 #resultat form span label {
  width: 45%;
  text-align: right;
  color: #ffffff;
  display: block;
  float: left;
  margin-right: 10px;
  font-family: 'Montserrat';
  font-size: 16px;
}
.tarot1 #resultat form span select {
  height: 25px;
  width: 40%;
  font-family: 'Montserrat';
  font-size: 16px;
  margin-bottom:15px;
}
.tarot1 #resultat form .check label {
  float: right;
  width: 70%;
  text-align: left;
}
.tarot1 #resultat form .check input {
  width: 20px;
  height: 20px;
  margin-left: 25%;
}

.tarot1 #resultat form input[type="text"] {
    padding: 10px;
    height: 25px;
}

.tarot1 #resultat .send {
  margin-top:0px;
}

.tarot1 #resultat .erreur {
  height: 12px;
  text-align: center;
}

.tarot1 #resultat form .cgv {
  color: #ffffff;
  font-family: 'Montserrat';
  font-size: 16px;
  width: 70%;
  margin: 0 auto 15px;
}
.tarot1 #resultat form .cgv a {
  color: #ffffff;
  text-decoration: underline;
}
.tarot1 #resultat .tirage span {
  display: block;
  height: 1px;
  width: 200px;
  margin: 0 auto;
  background: #ffffff;
  margin-bottom: 30px;
}
.tarot1 #resultat .tirage .titre {
  font-family: 'intro_rust_gbase_2_line';
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px;
}
.tarot1 #resultat .tirage ul {
  width: 652px;
  margin: 0 auto;
}
.tarot1 #resultat .tirage ul li {
  background: #ffffff;
  width: 148px;
  height: 212px;
  padding: 4px;
  position: relative;
  margin-left: 20px;
  float: left;
  margin-bottom: 45px;
  cursor: pointer;
}
.tarot1 #resultat .tirage ul li .vignette {
  overflow: hidden;
  pointer-events: none;
  width: 139px;
  height: 107px;
}
.tarot1 #resultat .tirage ul li .vignette img {
  width: 100%;
}
.tarot1 #resultat .tirage ul li .name {
  color: #4d4d4d;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  line-height: 17px;
  pointer-events: none;
  padding-top:9px;
}
.tarot1 #resultat .tirage ul li .card {
  width: 66px;
  position: absolute;
  left: 41px;
  top: 160px;
  pointer-events: none;
}
.tarot1 #resultat .tirage ul li .card img {
  position: absolute;
}
.tarot1 #resultat .tirage ul li .card .back {
  left: 30px;
}
.tarot1 #resultat .tirage ul li .bouton {
  background: #27758c;
  border-radius: 10px;
  display: block;
  width: 90px;
  height: 30px;
  font-size: 16px;
  font-family: 'Open Sans Condensed', sans-serif;
  box-shadow: 0px 2px 0px #16294f;
  position: absolute;
  bottom: -15px;
  left: 30px;
  text-align: center;
  padding-top: 7px;
  pointer-events: none;
}
.tarot1 #resultat .tirage ul li:first-child {
  margin-left: 0;
}
.tarot1 #resultat .tirage ul li:nth-child(5) {
  margin-left: 85px;
}

/* RWD Rules */
@media only screen and (min-width: 1300px), only screen and (min-width: 1300px) and (min-device-pixel-ratio: 2) {
  .tarot1 #jeu1 .card {
    /*width: 100%;*/
  }
  .tarot1 #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) {
  .tarot1 #jeu #cardtitle p {
    margin-top: 6px;
  }
  .tarot1 #jeu1 {
    height: 650px;
  }
  .tarot1 #jeu1 .card {
    /*margin: 100px auto 0;*/
  }
  .tarot1 #jeu1 .card ul li p {
    letter-spacing: 0.5px;
  }
  .tarot1 #jeu3 .card {
    max-width: 680px;
  }
  
  .tarot1 #resultat .top .cards li {
    max-width: 28px;
  }
  .tarot1 #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) {
  .tarot1 #jeu #cardtitle {
    height: 70px;
  }
  .tarot1 #jeu #cardtitle p {
    margin-top: 6px;
  }
  .tarot1 #jeu0 {
    padding: 55px 35px 35px;
    min-height: 450px;
  }

  .tarot1 #jeu0 .txts h2 {
    font-size: 35px;
  }
  .tarot1 #jeu0 .txts h1 {
    font-size: 20px;
  }
  .tarot1 #jeu0 .txts .decompte,
  .tarot1 #jeu0 .txts .texte {
    margin-top: 10px;
  }

  /***************************/

  .tarot1 #jeu1 {
    padding: 55px 35px 35px;
    height: 550px;
  }
  
  .tarot1 #jeu1 .txts .texte {
    font-size: 35px;
  }

  .tarot1 #jeu1 .card {
    margin: 20px auto 0;
    width: 100%;
  }

   /***************************/

  .tarot1 #jeu2 {
    padding: 55px 35px 35px;
  }
  .tarot1 #jeu2 .txts .title {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 1px;
  }
  .tarot1 #jeu2 .txts .title span {
    font-size: 22px;
  }
  .tarot1 #jeu2 .txts .step {
    font-size: 16px;
    margin-top: 10px;
  }
  /******************************************/
  .tarot1 #jeuFormCiv {
    padding: 55px 35px 35px;
  }
  .tarot1 #jeuFormCiv .title {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 1px;
  }
  .tarot1 #jeuFormCiv .texte {
    font-size: 16px;
    margin-top: 10px;
  }
  .tarot1 #jeuFormEmail {
    padding: 55px 35px 35px;
  }
  .tarot1 #jeu3 {
    padding: 55px 35px 35px;
  }
  .tarot1 #jeu3 .card {
    max-width: 600px;
  }
  .tarot1 #jeu3 .card .legende {
    font-size: 16px;
    margin-top: -20px !important;
  }
  .tarot1 #resultat {
    padding: 20px;
  }
 
  .tarot1 #resultat .top .title {
    font-size: 28px;
  }
  .tarot1 #resultat .top .portrait {
    margin-right: 10px;
  }
  .tarot1 #resultat .top .txt {
    max-width: 335px;
    float: none;
    margin-bottom: 30px;
  }
  .tarot1 #resultat .top .cards li {
    max-width: 27px;
  }
  .tarot1 #resultat .interpretation li .col{
    width: 100%;
    margin-bottom: 30px;
  }
  .tarot1 #resultat .interpretation li .col li, .tarot1 #resultat .interpretation li .col li:last-child{
      width: 100%;
      margin-right: 0%;
      margin-bottom: 30px;
  }
  .tarot1 #resultat .interpretation li .col li span{
      display: none;
  }
  .tarot1 #resultat .interpretation li .sstitle {
    
    margin-bottom: 20px;
  }
  .tarot1 #resultat .interpretation li .cards > li {
    max-width: 80px;
  }
  .tarot1 #resultat form .check input {
    margin-left: 0%;
  }
  .tarot1 #resultat form .check label {
    width: 90%;
  }
  .tarot1 #resultat form .cgv {
    width: 100%;
  }
  .tarot1 #resultat .tirage ul {
    width: 100%;
    margin-bottom: 100px;
  }
  .tarot1 #resultat .tirage ul li {
    float: inherit;
    width: 100%;
    margin-left: 0;
  }
  .tarot1 #resultat .tirage ul li .vignette {
    width: 100%;
  }
  .tarot1 #resultat .tirage ul li .vignette img {
    margin-top: -18%;
  }
  .tarot1 #resultat .tirage ul li .name {
    margin-top: 13px;
  }
  .tarot1 #resultat .tirage ul li .bouton, .tarot1 #resultat .tirage ul li .card {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .tarot1 #resultat .tirage ul li:nth-child(5) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 480px), only screen and (max-width: 480px) and (min-device-pixel-ratio: 2) {
  .tarot1 #jeu #cardtitle {
    height: 100px;
  }
  .tarot1 #jeu #cardtitle p {
    margin-top: 6px;
  }
   /***************************/

  .tarot1 #jeu0 {
    padding: 10px 20px 2px;
    position: relative;
    top: 45px;
    left: 0;
    transform: translate(0,0);
    overflow-y: auto;
    margin-bottom: 80px;
  }
  .tarot1 #jeu0 .txts {
    padding: 10px ;
  }
  .tarot1 #jeu0 .txts h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .tarot1 #jeu0 .txts h1 {
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
  }
  
  .tarot1 #jeu0 ul.dots {
    display: none;
  }
  .tarot1 #jeu0 .txts .decompte,
  .tarot1 #jeu0 .txts .texte {
    font-size: 13px;
    letter-spacing: 0;
  }

   /***************************/

  .tarot1 #jeu1 {
    padding: 55px 15px 20px;
  }
  .tarot1 #jeu1 .txts .texte {
    font-size: 22px;
    line-height: 25px;
  }
  
  
  .tarot1 #jeu1 .card ul li p {
    font-size: 3.5px;
    padding: 5px 2px;
    letter-spacing: 0;
    line-height: 2px;
    margin-top: 0;
    height: 11px;
  }
   /***************************/
  .tarot1 #jeu2 {
    padding: 20px 15px 20px;
  }
  .tarot1 #jeu2 .txts .step {
    margin-top: -90px;
  }
  .tarot1 #jeu2 .card ul {
    width: 100%;
    margin-left: -2.5%;
  }
  .tarot1 #jeu2 .card ul li p {
    font-size: 6px;
    padding: 5px 1px;
    letter-spacing: 0;
    height: 18px;
  }
  /******************************************/
  .tarot1 #jeuFormCiv,
  .tarot1 #jeuFormEmail {
    padding: 55px 20px 20px;
  }
  .tarot1 #jeu3 {
    padding: 55px 20px 20px;
    min-height: 400px;
  }
  .tarot1 #jeu3 .card .legende {
    /*display: none !important;*/
  }
  .tarot1 #jeu3 .resultat {
    top: 400px;
  }
  .tarot1 #jeu3 .resultat .txts .title {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .tarot1 #jeu3 .resultat .interpretation li .title {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 1px;
  }
  .tarot1 #resultat .top {
    margin-bottom: 25px;
  }
  .tarot1 #resultat .bloc-gauche {
    float: none;
    margin: 0 auto;
  }
  .tarot1 #resultat .bloc-droit {
    margin-top: 30px;
    width: 100%;
    margin-left: 0;
  }
  .tarot1 #resultat .top .title {
    font-size:28px;
    text-align: center;
    margin-bottom: 20px;
  }
  
  
  .tarot1 #resultat .interpretation li .sstitle {
    
    letter-spacing: 0;
  }
  .tarot1 #resultat .interpretation li .title {
    font-size: 18px;
    width: 100%;
  }
  .tarot1 #resultat .interpretation li .cards {
    margin-left: 0;
    float: none;
  }
  .tarot1 #resultat .interpretation li .cards > li {
    max-width: 80px;
  }
  .tarot1 #resultat .interpretation li .content {
    font-size: 16px;
  }
  .tarot1 #resultat form .titre {
    font-size: 22px;
  }
  .tarot1 #resultat form .sstitre {
    font-size: 16px;
    text-align: left;
  }
  .tarot1 #resultat form span label {
    font-size: 16px;
    text-align: left;
    width: 40%;
  }
  .tarot1 #resultat form span input, .tarot1 #resultat form span select {
    width: 50%;
  }
  .tarot1 #resultat form .check {
    margin-bottom: 30px;
  }
  .tarot1 #resultat form .check input {
    margin-left: 0;
  }
  .tarot1 #resultat form .check label {
    width: 83%;
  }
  .tarot1 #resultat form .cgv {
    width: 100%;
    font-size: 16px;
  }
  .tarot1 #resultat .tirage .titre {
    font-size: 20px;
  }
  .tarot1 #resultat .tirage ul {
    width: 100%;
  }
  .tarot1 #resultat .tirage ul li {
    float: inherit;
    width: 100%;
    margin-left: 0;
  }
  .tarot1 #resultat .tirage ul li .vignette {
    width: 100%;
  }
  .tarot1 #resultat .tirage ul li .vignette img {
    margin-top: -18%;
  }
  .tarot1 #resultat .tirage ul li .name {
    margin-top: 13px;
  }
  .tarot1 #resultat .tirage ul li .bouton, .tarot1 #resultat .tirage ul li .card {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .tarot1 #resultat .tirage ul li:nth-child(5) {
    margin-left: 0;
  }
}
